Skip to content

Commit

Permalink
orbit should call start on timer restart event
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hayes committed Mar 7, 2014
1 parent 00dba3e commit ea03319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/foundation/foundation.orbit.js
Expand Up @@ -382,6 +382,7 @@
el.addClass(settings.timer_paused_class);
left = -1;
self.update_progress(0);
self.start();
};

this.start = function() {
Expand Down

0 comments on commit ea03319

Please sign in to comment.