Opened 10 years ago
Closed 10 years ago
#12678 closed bug (wontfix)
$.data store in __proto__, if __proto__ has own cache
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Please, look example: http://jsfiddle.net/GwBxe/
At first case proto has own cache and can not create own cache to obj - he used cache of proto
But need own cache for obj, and his proto before they is different objects/
Note: See
TracTickets for help on using
tickets.
This is not a use case we plan on supporting. The primary use for
$.data
is to attach data to DOM elements.