Possible Duplicate:
What good is JSLint if jQuery fails the validation
Why am I getting JS Hint error "missing space after 'function'." for an empty mvc 3 project?
The error is in file "jquery-1.5.1-vsdoc.js" on line 28 "(function( window, undefined ) {".
Aren't the libraries coded to a standard?
JS Lint/Hint is reporting the maximum number of errors in this file, and also in "jquery-1.5.1.js".
I haven't modified the file - it was automatically included when I created an empty MVC3 project.
Why is this happening?