I believe this means that you should move the function that calls parens inside the parens wrapper
(function() { })()
The last two paranas that perform the function are a problem. That is how jslint wants it to look like this:
(function() { }())
Jani Hartikainen Sep 20 '09 at 10:49 2009-09-20 10:49
source share