Skip to content

Commit

Permalink
Compile code
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Baynham committed Oct 21, 2014
1 parent 0f0462a commit 9263109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions compiled/flipclock.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ var FlipClock;
* Version
*/

version: '0.7.3',
version: '0.7.5',

/**
* Sets the default options
Expand Down Expand Up @@ -1568,7 +1568,7 @@ var FlipClock;
* @return int Retuns a floored integer
*/

getWeeks: function() {
getWeeks: function(mod) {
var weeks = this.getTimeSeconds() / 60 / 60 / 24 / 7;

if(mod) {
Expand Down
Loading

0 comments on commit 9263109

Please sign in to comment.