]> source.dussan.org Git - jquery.git/commit
Data: updates to element[expando] cache
authorRick Waldron <waldron.rick@gmail.com>
Thu, 5 Mar 2015 19:56:54 +0000 (14:56 -0500)
committerRick Waldron <waldron.rick@gmail.com>
Thu, 5 Mar 2015 19:56:54 +0000 (14:56 -0500)
commit222ac3ad6bd40ef4dfb4e4c60bac4b751d907e2a
tree123700262912ef0980ee4a3b8002c78eff04dd0e
parentd702b7637a61e1973e08c27b8d8de2ed24a543e2
Data: updates to element[expando] cache

  - removes descriptor allocation
  - restore simplified cache creation
  - adds early return from remove call where no data exists
  - use Object.defineProperty
  - remove unnecessary code path

Closes gh-2119
src/data/Data.js