Skip to content

Commit d9542ff

Browse files
committed
Fixed constructor bug passing "factory"
Updated face.js, the "factory" was not being passed into the constructor, instead a typo was "factor".
1 parent 880fe38 commit d9542ff

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)