Comment on Google releases its own Javascript Lint tool parentComments−acdha16yAfter fixing that, I ran into an even more surprising error which someone had already reported - turns out a simple JavaScript closure chokes it:(function() {})();http://code.google.com/p/closure-linter/issues/detail?id=3−Hovertruck16yI remember running into this issue with their minifier at some point as well.
Comments
After fixing that, I ran into an even more surprising error which someone had already reported - turns out a simple JavaScript closure chokes it:
(function() {})();
http://code.google.com/p/closure-linter/issues/detail?id=3
I remember running into this issue with their minifier at some point as well.