X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Ffx.js;h=ab3fe1a2ac2eea652deed59335ff40c8cedd5a28;hb=4812446594645b0a431b66507595afd3331e3292;hp=df7721af5bb47623d17426f1d7d2d9bcf6365117;hpb=6159593520345aa00d4051e465736f0ec42a33cd;p=jquery.git diff --git a/src/fx.js b/src/fx.js index df7721a..ab3fe1a 100644 --- a/src/fx.js +++ b/src/fx.js @@ -217,7 +217,7 @@ jQuery.extend({ opt.duration = (opt.duration && opt.duration.constructor == Number ? opt.duration : - jQuery.fx.speeds[opt.duration]) || jQuery.fx.speeds.def; + jQuery.fx.speeds[opt.duration]) || jQuery.fx.speeds._default; // Queueing opt.old = opt.complete; @@ -404,7 +404,7 @@ jQuery.extend( jQuery.fx, { slow: 600, fast: 200, // Default speed - def: 400 + _default: 400 }, step: { scrollLeft: function(fx){