Fixed the Safari crashing bug. So much hate.
This commit is contained in:
parent
c690472135
commit
07aa989ce9
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
|
@ -1436,7 +1436,7 @@ jQuery.extend({
|
|||
arg = div.childNodes;
|
||||
}
|
||||
|
||||
if ( arg.nodeType )
|
||||
if ( arg[0] == undefined )
|
||||
r.push( arg );
|
||||
else
|
||||
r = jQuery.merge( r, arg );
|
||||
|
|
Loading…
Reference in a new issue