X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Ffx.js;h=fb564f07c562c1fdbb2dfc1a3f5e5a22ee75274a;hb=7a6978b3244023831057c1fde2a9daaab2d705e7;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 +};