Skip to content

Commit 3df2ae3

Browse files
committed
- (Bug Fix) Fixed a type that would cause the clock to improperly reset
1 parent 26ffd1b commit 3df2ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flipclock/js/faces/counter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108

109109
reset: function() {
110110
this.factory.time = new FlipClock.Time(
111-
this.factor,
111+
this.factory,
112112
this.factory.original ? Math.round(this.factory.original) : 0
113113
);
114114

0 commit comments

Comments
 (0)