Duplicate
Details
Assignee
UnassignedUnassignedReporter
Anastasia CheethamAnastasia CheethamPriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Anastasia Cheetham
Anastasia CheethamPriority
Created November 29, 2011 at 7:40 PM
Updated January 28, 2013 at 2:25 PM
Resolved November 29, 2011 at 7:45 PM
We should add the Infusion JSLint options to the head of each of the files and run them through JSLint once just to double-check that they're in good shape. Then we can simply keep them up-to-date as we go.
The header we're currently using is:
// JSLint options
/*jslint white: true, funcinvoke: true, undef: true, newcap: true, nomen: true, regexp: true, bitwise: true, browser: true, forin: true, maxerr: 100, indent: 4 */
and we're running it through our version of JSLint at
http://swarm.fluidproject.org/jslint/