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.
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.