diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-22 13:10:18 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-22 13:10:18 +0000 |
commit | 1b891501f2c5e7e6f99839121e210aa38557dad6 (patch) | |
tree | b2d363803bdc8fdc2406b1425ebe9a6e8af6269a /ui/effects.pulsate.js | |
parent | 6b80dc29c8a888029f71edb73aee4e166f54214b (diff) | |
download | jquery-ui-1b891501f2c5e7e6f99839121e210aa38557dad6.tar.gz jquery-ui-1b891501f2c5e7e6f99839121e210aa38557dad6.zip |
whitespace
Diffstat (limited to 'ui/effects.pulsate.js')
-rw-r--r-- | ui/effects.pulsate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/effects.pulsate.js b/ui/effects.pulsate.js index 3d842cae6..a82bd7a99 100644 --- a/ui/effects.pulsate.js +++ b/ui/effects.pulsate.js @@ -23,7 +23,7 @@ $.effects.pulsate = function(o) { var mode = $.effects.setMode(el, o.options.mode || 'show'); // Set Mode var times = o.options.times || 5; // Default # of times var duration = o.duration ? o.duration / 2 : $.fx.speeds._default / 2; - + // Adjust if (mode == 'hide') times--; if (el.is(':hidden')) { // Show fadeIn |