git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef1bd04
)
Removing fix for #910 causing Safari to crash
author
Brandon Aaron
<brandon.aaron@gmail.com>
Sat, 17 Feb 2007 20:58:04 +0000
(20:58 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Sat, 17 Feb 2007 20:58:04 +0000
(20:58 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
4e8f7d5
..
e1840a6
100644
(file)
--- 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 );