Skip to content

Commit

Permalink
Recompiled Source
Browse files Browse the repository at this point in the history
  • Loading branch information
objectivehtml committed Oct 7, 2014
1 parent 8915a21 commit b5965ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions compiled/flipclock.js
Original file line number Diff line number Diff line change
Expand Up @@ -1488,9 +1488,6 @@ var FlipClock;

if (this.time instanceof Date) {
if (this.factory.countdown) {
if (date.getTime() > this.time.getTime()) {
this.factory.stop();
}
return Math.max(this.time.getTime()/1000 - date.getTime()/1000,0);
} else {
return date.getTime()/1000 - this.time.getTime()/1000 ;
Expand Down
Loading

0 comments on commit b5965ee

Please sign in to comment.