mitro-co / mitro

Repository for all Mitro client & server code
GNU General Public License v3.0
1.64k stars 242 forks source link

Cleaning up js lint errors. #98

Closed Ghoublai-Khan closed 9 years ago

Ghoublai-Khan commented 9 years ago

I've removed unnecessary semicolons. Added necessary semicolons. Pulled function creation out of loops. I've updated the jshint ignore file to properly scan mitro for javascript files. Removed the temporary suppression of some lint warnings in the jshint file after fixing the errors corresponding to those rules.

vijayp commented 9 years ago

super sorry this took so long to review. Thanks for the good work here!