VP-184: JSLint the Video Player files

Metadata

Source
VP-184
Type
Bug
Priority
Major
Status
Closed
Resolution
Duplicate
Assignee
N/A
Reporter
Anastasia Cheetham
Created
2011-11-29T14:40:59.109-0500
Updated
2013-01-28T09:25:24.660-0500
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

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/

Comments

  • Anastasia Cheetham commented 2011-11-29T14:46:00.163-0500

    This has been rolled into FLUID-4547, the 'code clean-up' JIRA