aboutsummaryrefslogtreecommitdiffstats
path: root/src/fx.js
diff options
context:
space:
mode:
authorAriel Flesler <aflesler@gmail.com>2008-05-13 01:42:35 +0000
committerAriel Flesler <aflesler@gmail.com>2008-05-13 01:42:35 +0000
commit20a7bff4019a93fd7cee04897effd49af8be4de4 (patch)
tree324b931b98744e386c3c79c9c31206048e4deeef /src/fx.js
parent70b5e670ca6f0c915232139db8e6766aa2c191d4 (diff)
downloadjquery-20a7bff4019a93fd7cee04897effd49af8be4de4.tar.gz
jquery-20a7bff4019a93fd7cee04897effd49af8be4de4.zip
jquery event & fx: tidying some comments.
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){