Skip to content

Commit

Permalink
Fixed delay
Browse files Browse the repository at this point in the history
  • Loading branch information
josex2r committed Jun 5, 2014
1 parent e29823f commit dfce534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jquery.slotmachine.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@

if( _forceStop===false ){

delay = delay===undefined ? 1 : settings.repeat + 1000;
delay = delay===undefined ? 1 : settings.repeat + 1725;

_timer = setTimeout(function(){

Expand Down Expand Up @@ -561,4 +561,4 @@

};

})(jQuery);
})(jQuery);

0 comments on commit dfce534

Please sign in to comment.