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:
1fc7dcf
)
Fixed #2080 by removing the check for nodeType != 1. It was put in to limit the...
author
David Serduke
<davidserduke@gmail.com>
Thu, 20 Dec 2007 18:55:43 +0000
(18:55 +0000)
committer
David Serduke
<davidserduke@gmail.com>
Thu, 20 Dec 2007 18:55:43 +0000
(18:55 +0000)
src/fx.js
patch
|
blob
|
history
diff --git
a/src/fx.js
b/src/fx.js
index
fb564f0
..
b4606a8
100644
(file)
--- a/
src/fx.js
+++ b/
src/fx.js
@@
-139,9
+139,6
@@
jQuery.fn.extend({
return queue( this[0], type );
return this.each(function(){
- if ( this.nodeType != 1)
- return;
-
if ( fn.constructor == Array )
queue(this, type, fn);
else {