Widget:TimerTest2: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 61: | Line 61: | ||
this.play().once(); | this.play().once(); | ||
} | } | ||
} | |||
this.resetTimer = function(){ | this.resetTimer = function(){ | ||
currentTime = 30000; | currentTime = 30000; | ||
Line 66: | Line 67: | ||
this.play().once(); | this.play().once(); | ||
} | } | ||
Obj1 | Obj1.play(); | ||
} | } | ||
$(init); | $(init); | ||
}); | }); |