mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Removing fix for #910 causing Safari to crash
This commit is contained in:
parent
ef1bd04532
commit
c66935db9d
2
src/jquery/jquery.js
vendored
2
src/jquery/jquery.js
vendored
@ -1470,7 +1470,7 @@ jQuery.extend({
|
||||
if ( arg.length === 0 )
|
||||
return;
|
||||
|
||||
if ( arg[0] == undefined || (jQuery.browser.msie && jQuery.nodeName(arg,"form")) )
|
||||
if ( arg[0] == undefined )
|
||||
r.push( arg );
|
||||
else
|
||||
r = jQuery.merge( r, arg );
|
||||
|
Loading…
Reference in New Issue
Block a user