aboutsummaryrefslogtreecommitdiffstats
path: root/src/fx.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fx.js')
-rw-r--r--src/fx.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fx.js b/src/fx.js
index 1a4e8c946..3404ddbcd 100644
--- a/src/fx.js
+++ b/src/fx.js
@@ -405,7 +405,8 @@ jQuery.extend( jQuery.fx, {
speeds:{
slow: 600,
fast: 200,
- def: 400 //default speed
+ // Default speed
+ def: 400
},
step: {
scrollLeft: function(fx){