From: Brandon Aaron Date: Sat, 17 Feb 2007 20:58:04 +0000 (+0000) Subject: Removing fix for #910 causing Safari to crash X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=c66935db9d6068087f1fca83626db0b9280343e2;p=jquery.git Removing fix for #910 causing Safari to crash --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 4e8f7d5..e1840a6 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -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 );