Made some code tweaks related to running jQuery through JSLint (thanks to Lorin Larson for the JSLint run).

This commit is contained in:
jeresig 2010-03-01 12:44:56 -05:00
parent 5353c6bcc3
commit a18f682012
5 changed files with 45 additions and 38 deletions

6
src/effects.js vendored
View file

@ -443,9 +443,9 @@ jQuery.extend( jQuery.fx, {
speeds: {
slow: 600,
fast: 200,
// Default speed
_default: 400
fast: 200,
// Default speed
_default: 400
},
step: {