git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6159593
)
jquery ajax: renamed $.fx.speeds.def to _default to match $.fx.step._default naming...
author
Ariel Flesler
<aflesler@gmail.com>
Fri, 20 Jun 2008 16:56:25 +0000
(16:56 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Fri, 20 Jun 2008 16:56:25 +0000
(16:56 +0000)
src/fx.js
patch
|
blob
|
history
diff --git
a/src/fx.js
b/src/fx.js
index
df7721a
..
ab3fe1a
100644
(file)
--- 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){