https://bugzilla.wikimedia.org/show_bug.cgi?id=41428
Jesús Martínez Novo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Jesús Martínez Novo <[email protected]> 2012-10-26 17:27:28 UTC --- "enum" is a reserved word, which makes IE to bork even when used as an object property. You can test this by eval'ing "window.enum = '1'", which produces the same error. Using another random property name doesn't throw the error. If there's no way to rename that property, use desc['enum'] instead of desc.enum -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
