mozilla / makedrive

[RETIRED] Webmaker Filesystem
Mozilla Public License 2.0
351 stars 33 forks source link

JSHint Fixes #430

Closed humphd closed 9 years ago

humphd commented 9 years ago

Our JSHint setup was not catching bugs (see the recent bug on sync being undefined). This makes it more robust, and fixes the things it found. Mostly it's removing unused variables, moving things around to be defined before first use, etc.

alicoding commented 9 years ago

r=me