[jQuery] Re: syntax errors in jquery-1.1.3.1.js

2007-07-16 Thread John Resig
Rick - I just ran jQuery through JSLint and none of the warnings are related to semicolons. Generally its complaints fall into a couple categories foo != undefined (a quick way to check to see if something is defined or not) if ( foo == bar ) (using no { ... }, doesn't like that) In fact,

[jQuery] Re: syntax errors in jquery-1.1.3.1.js

2007-07-16 Thread Christopher Jordan
Rick, on top of what John said I'll add that you might notice that you can change the behavior of JSLint to allow or disallow certain things. I just know that it's caught several problems for me related to packing problems. I use http://javascriptcompressor, but that appears to be running the