https://bugzilla.wikimedia.org/show_bug.cgi?id=57394

--- Comment #5 from Gabriel Wicke <gwi...@wikimedia.org> ---
I see two options here:

1) Rename data to some other non-conflicting 'expando' property. 

Example: .dataobject to rhyme with .dataset

This is used by jquery et al to store a string key for $.data.

2) Move all data out of the elements themselves and store them in an external
data structure keyed on the id of the element. Jquery does this too, but uses
an 'expando' property as in 1) instead of the id.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to