Not an IE bug, a Firefox bug. The code is incorrect with a trailing
comma.
On Feb 13, 2009, at 1:21 PM, Chad wrote:
Thanks for the quick response.. I didn't realize it was an IE bug.
Lame
On Feb 13, 11:52 am, Michal Charemza <[email protected]> wrote:
On 13 Feb 2009, at 19:50, Chad wrote:
However, if I remove the comma all the sudden it starts working..
The comma thing is a standard IE bug, and common to all Javascript.
Any object defined as
{
key1: value1,
key2: value2
}
*Must not* have a comma after the final value, otherwise IE just
dies.
Michal.