X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffx%2Ffx.js;h=7c2218e143487aa00f1695ed7a3e59390014841a;hb=7cc550727c4e0bcd93c5d435f0799f568fc74dfa;hp=b8d3d37d7be20cd16f3115fe5e7a74eefa4730d0;hpb=797ccbaf3185e501a52b5a3517126fdbab03764c;p=jquery.git diff --git a/src/fx/fx.js b/src/fx/fx.js index b8d3d37..7c2218e 100644 --- a/src/fx/fx.js +++ b/src/fx/fx.js @@ -305,14 +305,6 @@ jQuery.fn.extend({ * left: 50, opacity: 'show' * }, 500); * - * @test stop(); - * var hash = {opacity: 'show'}; - * var hashCopy = $.extend({}, hash); - * $('#foo').animate(hash, 'fast', function() { - * ok( hash.opacity == hashCopy.opacity, 'Check if animate changed the hash parameter' ); - * start(); - * }); - * * @name animate * @type jQuery * @param Hash params A set of style attributes that you wish to animate, and to what end.