Bug Tracker

Changes between Version 3 and Version 6 of Ticket #8921


Ignore:
Timestamp:
May 23, 2011, 3:35:10 PM (12 years ago)
Author:
gnarf
Comment:

The reason I ran into the issue in the first place was that I changed the .data() behavior to store a flag in private data stopping it from scanning all the data- attribs more than once. Then a bunch of unit tests broke becuase it was using the jQuery.expando key on the .data() -- Basically, anytime you wanted to for ... in the .data() you're going to need to "ignore" the "private" data....

Legend:

Unmodified
Added
Removed
Modified