felixge / node-ar-drone

A node.js client for controlling Parrot AR Drone 2.0 quad-copters.
http://nodecopter.com/
MIT License
1.76k stars 428 forks source link

Stricter jshint #83

Closed rmehner closed 11 years ago

rmehner commented 11 years ago

Hey there,

I've set two other jshint options that I really like. One is more cosmetic (unused), as it simply prevents variables laying around that no one uses, but the other one (undef) can help detecting leaks.

I've fixed the code to comply to these rules as well. Wasn't that much fortunately.

rmehner commented 11 years ago

/cc @janpieper

felixge commented 11 years ago

cewl +1

janpieper commented 11 years ago

:+1:

felixge commented 11 years ago

:sparkling_heart: