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 26: | Line 26: | ||
$timer1 = $('#output1'); | $timer1 = $('#output1'); | ||
this.Timer = $.timer(updateTimer, incrementTime, true); | this.Timer = $.timer(updateTimer, incrementTime, true); | ||
}; | }; | ||
this.play = function(){ | this.play = function(){ | ||
Line 58: | Line 55: | ||
currentTime = 30000; | currentTime = 30000; | ||
if(!this.isActive){ | if(!this.isActive){ | ||
Obj2.play().once(); | |||
} | } | ||
Obj1.play(); | Obj1.play(); |