Opened 15 years ago
Closed 15 years ago
#2077 closed bug (fixed)
Scope Leaked in jQuery.find() (1.2.2b)
Reported by: | Byron | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
the object "merge" is being leaked into the global scope here : http://dev.jquery.com/browser/trunk/jquery/src/selector.js - line 143
To reproduce this leak do the following:
go to http://byron.adams54.googlepages.com/mutation.html
click "Insert Node", and then click "Remove Node"
Note: See
TracTickets for help on using
tickets.
Fixed in [4239]. Thanks for catching that one.