Skip to content

Commit 99f2881

Browse files
committed
Merge pull request #160 from rustygreen/patch-1
Fixed constructor bug passing "factory"
2 parents 880fe38 + d9542ff commit 99f2881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flipclock/js/libs/face.js

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

136136
reset: function() {
137137
this.factory.time = new FlipClock.Time(
138-
this.factor,
138+
this.factory,
139139
this.factory.original ? Math.round(this.factory.original) : 0,
140140
{
141141
minimumDigits: this.factory.minimumDigits

0 commit comments

Comments
 (0)