On Mar 20, 2009, at 3:07 PM, Adam wrote:
Message: Invalid argument. Line: 12 Char: 12949 Code: 0 URI: http://domain/shared/jquery/jquery-1.3.2.min.js
Half of the time I get this error, it is because I have one comma too much in an array, such as:
var foo { foo: "bar", bar: "foo", <- note the comma here }; Check it out.