Opened 14 years ago
Closed 13 years ago
#3722 closed enhancement (fixed)
event.remove involves unnecessary creation of cache items
Reported by: | n_belaevski | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | Cc: | n_belaevski | |
Blocked by: | Blocking: |
Description
event.remove(node) function calls fn.data(node, "events") function that creates cache entry for this node if there's none yet. This seem to decrease performance.
Proposed patch against 1.2.6 jQuery version attached.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | jquery-3722.patch added |
---|
comment:1 Changed 14 years ago by
Cc: | n_belaevski added |
---|---|
Component: | unfilled → core |
need: | Patch → Review |
Status: | new → assigned |
Type: | bug → enhancement |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r6562.