Side navigation
#2077 closed bug (fixed)
Opened December 19, 2007 02:00PM UTC
Closed December 19, 2007 06:47PM UTC
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"
Attachments (0)
Change History (1)
Changed December 19, 2007 06:47PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [4239]. Thanks for catching that one.