JSLint and AJAX Updates
JSLint and AJAX Updates
Hi Everyone,
Gilles just commited some new AJAX-related code and I just made jQuery
compatible with JSLint (jslint.com). If you could do a quick check to
see if the code explodes for you, or not - I'd appreciate it.
Compressed (Packed code doesn't pass JSLint, unforunately):
http://jquery.com/src/dev/
Uncompressed (Passes all but the eval catches, for JSLint):
http://jquery.com/src/dev/sane/
--John