>
> Would this construction:
> e._prototypeStorage = e._prototypeStorage || {}
> fall afoul of the issue that Jason pointed out? Would IE bork the
> assignment because the key wasn't in hash form and quoted?
>
> It will work fine. I've not found any specific property name which will
require quotes ONLY in IE - just use characters [A-Za-z_$] and such
property name will not require quotes (except of course reserved javascript
words).
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/prototype-scriptaculous/-/ZQApIHKJGG0J.
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.