Open GoogleCodeExporter opened 9 years ago
You should learn JS better.
var obj = {
a: 1,
b: 2,
}
is not a valid object for IE
check this: http://closure-compiler.appspot.com/home
put your code of Array.js there and compile, the result is:
Number of errors: 1
JSC_TRAILING_COMMA: Parse error. Internet Explorer has a non-standard
intepretation of trailing commas. Arrays will have the wrong length and objects
will not parse at all. at line 12 character 1
Original comment by anton.yacenko
on 9 Oct 2010 at 10:11
Original issue reported on code.google.com by
toutouk...@gmail.com
on 8 Oct 2010 at 4:58