Skip to content
Permalink
Browse files
jquery ajax: renamed $.fx.speeds.def to _default to match $.fx.step._…
…default naming convention.
  • Loading branch information
flesler committed Jun 20, 2008
1 parent 6159593 commit faa502c
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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){

0 comments on commit faa502c

Please sign in to comment.