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.
