Opened 13 years ago
Closed 13 years ago
#5528 closed bug (fixed)
jQuery.makeArray( nodeList )
Reported by: | Robert Katić | 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.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Landed: http://github.com/jquery/jquery/commit/ac00fe5bbb2a95fdb747f76fd9dd7c58ba6a531c
Thanks for the patch!
Note: See
TracTickets for help on using
tickets.
Patch