On Sep 23, 11:11 pm, Mona Remlawi <[email protected]> wrote:
> this must be the comma after the last item in your array below
> ----------------
> [
>   new Effect.Appear(this.el_id_photoAlbumsSelectorDisplayMatte,
> {sync:true, "to":0.76 }),
>   new Effect.Appear(this.el_id_photoAlbumsSelectorDisplayBtn,
> {sync:true, "to":0.88 }),
> ],
> ----------------
>
> somehow all browsers BUT IE ignore this trailing comma.

Because IE incorrectly treats it as an elision, creating an array with
a length of 3 even though it only has two members.


--
Rob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to