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 29: | Line 29: | ||
this.extPause = function(){ | this.extPause = function(){ | ||
if(this.isActive){ | if(this.isActive){ | ||
$timer1.pause(); | |||
} | } | ||
} | } | ||
this.extPlay = function(){ | this.extPlay = function(){ | ||
if(!this.isActive){ | if(!this.isActive){ | ||
$timer1.play(); | |||
} | } | ||
}; | }; |