Change the way jQuery.data works so that there is no longer a chance of collision...
authorColin Snover <github.com@zetafleet.com>
Sun, 9 Jan 2011 21:52:33 +0000 (15:52 -0600)
committerColin Snover <github.com@zetafleet.com>
Sun, 9 Jan 2011 21:52:33 +0000 (15:52 -0600)
commit8e59a99e0ade75dec434f246f52e8b3f7393f359
treefa4368b2445650070c78122102b7c85d5293116b
parent1d1d4fe112c49cbd704d880b27cc646f2bfe1737
Change the way jQuery.data works so that there is no longer a chance of collision between user data and internal data. Fixes #6968.
src/attributes.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/queue.js
test/unit/attributes.js
test/unit/data.js
test/unit/effects.js
test/unit/event.js