X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Ffx.js;h=fb564f07c562c1fdbb2dfc1a3f5e5a22ee75274a;hb=24e036c7c88e7e3a1f878292e4b59914e1f4575c;hp=c613f938dad3dbe58fa5ad328067ccc6bb5c2f6e;hpb=b3ec8edddd9261eef490f8317144e9c68c888819;p=jquery.git diff --git a/src/fx.js b/src/fx.js index c613f93..fb564f0 100644 --- a/src/fx.js +++ b/src/fx.js @@ -181,7 +181,7 @@ jQuery.fn.extend({ var queue = function( elem, type, array ) { if ( !elem ) - return; + return undefined; type = type || "fx"; @@ -418,4 +418,4 @@ jQuery.fx.step = { _default: function(fx){ fx.elem.style[ fx.prop ] = fx.now + fx.unit; } -}; \ No newline at end of file +};