Skip to content

Commit

Permalink
initialize isRunning property
Browse files Browse the repository at this point in the history
  • Loading branch information
Granze committed May 11, 2016
1 parent ef8e202 commit faa416c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flip-clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
* @default null
*/
timer: null,
/***
* @private
* @type Boolean
* @default false
*/
isRunning: false,

properties: {
/**
Expand Down

0 comments on commit faa416c

Please sign in to comment.