Skip to content

Commit

Permalink
clock.stop should set autoStart false
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Jun 10, 2017
1 parent 032d69e commit 1b7a9d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Clock.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Object.assign( Clock.prototype, {

this.getElapsedTime();
this.running = false;
this.autoStart = false;

},

Expand Down

0 comments on commit 1b7a9d8

Please sign in to comment.