Removing fix for #910 causing Safari to crash

This commit is contained in:
Brandon Aaron 2007-02-17 20:58:04 +00:00
parent ef1bd04532
commit c66935db9d

View File

@ -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 );