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 25: Line 25:
     init = function(){
     init = function(){
         $timer1 = $('#output1');
         $timer1 = $('#output1');
         this.Timer = $.timer(updateTimer, incrementTime, true);
         window.Obj1.Timer = $.timer(updateTimer, incrementTime, true);
     };
     };
     this.extPause = function(){
     this.extPause = function(){
Line 54: Line 54:
     init = function(){
     init = function(){
         $timer2 = $('#output2');
         $timer2 = $('#output2');
         this.Timer = $.timer(updateTimer, incrementTime, true);
         window.Obj1.Timer = $.timer(updateTimer, incrementTime, true);
     };
     };
     this.extPlay = function(){
     this.extPlay = function(){

Revision as of 19:13, 22 April 2014