Data: move element cache to element[expando]
commitd702b7637a61e1973e08c27b8d8de2ed24a543e2
authorRick Waldron <waldron.rick@gmail.com>
Mon, 11 Nov 2013 18:13:22 +0000 (11 13:13 -0500)
committerTimmy Willison <timmywillisn@gmail.com>
Wed, 4 Mar 2015 22:26:47 +0000 (4 17:26 -0500)
tree5facc46a8a1fd855112e851219c6efc1b2206eb3
parent95fb798980d7e404c413e29e20016db9052e2bf2
Data: move element cache to element[expando]

- avoid explicit data.discard() cleanup calls
- explicitly remove the data.events property, only when private data exists
- reduces code footprint

Fixes gh-1734
Close gh-1428
src/data/Data.js
src/event.js
src/manipulation.js
test/unit/manipulation.js