We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0462a commit 9263109Copy full SHA for 9263109
compiled/flipclock.js
@@ -203,7 +203,7 @@ var FlipClock;
203
* Version
204
*/
205
206
- version: '0.7.3',
+ version: '0.7.5',
207
208
/**
209
* Sets the default options
@@ -1568,7 +1568,7 @@ var FlipClock;
1568
* @return int Retuns a floored integer
1569
1570
1571
- getWeeks: function() {
+ getWeeks: function(mod) {
1572
var weeks = this.getTimeSeconds() / 60 / 60 / 24 / 7;
1573
1574
if(mod) {
0 commit comments