Skip to content

Commit 8895118

Browse files
committed
- (Bug Fix) Fixed the way the loadClockFace and loadLanguage methods worked
1 parent e370198 commit 8895118

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/flipclock/js/libs/factory.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@
177177

178178
this.timer = new FlipClock.Timer(this, options);
179179

180-
this.lang = this.loadLanguage(this.language);
180+
this.loadLanguage(this.language);
181181

182-
this.face = this.loadClockFace(this.clockFace, options);
182+
this.loadClockFace(this.clockFace, options);
183183

184184
if(this.autoStart) {
185185
this.start();

0 commit comments

Comments
 (0)