Commons:User scripts/users namespace/reports/User:Parkerdr/vector.js

This is the report page for User:Parkerdr/vector.js. It is bot-maintained. All manual changes might be overwritten.

jshint edit

  1. ISSUE: line 66 character 16: The array literal notation [] is preferable. - Evidence: a=new Array();
  2. ISSUE: line 86 character 14: Use '!==' to compare with 'undefined'. - Evidence: if(a[t]!=undefined) s=(a[t]=="#CCCCFF"?"#CCFFFF":"#FFFFCC"); else a[t]=s;