Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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"
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in [4239]. Thanks for catching that one.