Skip to content

Commit b5965ee

Browse files
committed
Recompiled Source
1 parent 8915a21 commit b5965ee

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

compiled/flipclock.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,9 +1488,6 @@ var FlipClock;
14881488

14891489
if (this.time instanceof Date) {
14901490
if (this.factory.countdown) {
1491-
if (date.getTime() > this.time.getTime()) {
1492-
this.factory.stop();
1493-
}
14941491
return Math.max(this.time.getTime()/1000 - date.getTime()/1000,0);
14951492
} else {
14961493
return date.getTime()/1000 - this.time.getTime()/1000 ;

0 commit comments

Comments
 (0)