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:
670d2f4
)
Fix for #910, for real this time.
author
Brandon Aaron
<brandon.aaron@gmail.com>
Thu, 8 Feb 2007 21:59:50 +0000
(21:59 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Thu, 8 Feb 2007 21:59:50 +0000
(21:59 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
1eb211a
..
befaef6
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.nodeName(arg,"form") )
+ if ( arg[0] == undefined || jQuery.nodeName(arg[0],"form") )
r.push( arg );
else
r = jQuery.merge( r, arg );