X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Ffx.js;h=b4606a82fc49250a6effe0adaafdfe9ab1ca5614;hb=17640273705d1450b806bb5c8e71c2849d864a37;hp=fb564f07c562c1fdbb2dfc1a3f5e5a22ee75274a;hpb=1fc7dcff11827a2abd3516c941b56d0b2b46f078;p=jquery.git diff --git a/src/fx.js b/src/fx.js index fb564f0..b4606a8 100644 --- 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 {