Side navigation
#5528 closed bug (fixed)
Opened November 18, 2009 02:48AM UTC
Closed November 25, 2009 04:58PM UTC
jQuery.makeArray( nodeList )
Reported by: | rkatic | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | nodelist, array | Cc: | |
Blocked by: | Blocking: |
Description
Unlike jQuery.merge, makeArray is not safe from nodeLists which length expando is overrided.
Attachments (0)
Change History (2)
Changed November 19, 2009 03:52AM UTC by comment:1
Changed November 25, 2009 04:58PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Landed: http://github.com/jquery/jquery/commit/ac00fe5bbb2a95fdb747f76fd9dd7c58ba6a531c
Thanks for the patch!
Patch