Side navigation
#12678 closed bug (wontfix)
Opened October 09, 2012 07:04AM UTC
Closed October 09, 2012 01:08PM UTC
$.data store in __proto__, if __proto__ has own cache
| Reported by: | gvozdev.viktor@gmail.com | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None | 
| Component: | unfiled | Version: | 1.8.2 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
Please, look example:
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/
Attachments (0)
Change History (1)
Changed October 09, 2012 01:08PM UTC by comment:1
| resolution: | → wontfix | 
|---|---|
| status: | new → closed | 
This is not a use case we plan on supporting. The primary use for
$.datais to attach data to DOM elements.