Skip to content

Commit

Permalink
Merge pull request #1180 from remosiegwart/timer-reset-fix-1173
Browse files Browse the repository at this point in the history
Fixed timer display issue when resetTimerOnClick enabled #1173
  • Loading branch information
Mark Hayes committed Nov 14, 2012
2 parents 01cce45 + 036ee14 commit e92cc78
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -292,6 +292,8 @@
});
if (reset) {
this.degrees = 0;
this.$rotator.removeClass('move');
this.$mask.removeClass('move');
}
if(this.degrees > 180) {
this.$rotator.addClass('move');
Expand Down

0 comments on commit e92cc78

Please sign in to comment.