Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
reset _running state when reset icon; fixes ejci#49
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye authored and zensh committed Sep 22, 2014
1 parent 193e887 commit 67babcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions favico.js
Expand Up @@ -142,6 +142,7 @@
}
_queue = [];
_lastBadge = false;
_running = false;
_context.clearRect(0, 0, _w, _h);
_context.drawImage(_img, 0, 0, _w, _h);
//_stop=true;
Expand Down

0 comments on commit 67babcb

Please sign in to comment.