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.pause = function(){
        this.pause().once();
     };
     };
     this.play = function(){
     this.play = function(){
Line 58: Line 55:
         currentTime = 30000;
         currentTime = 30000;
         if(!this.isActive){
         if(!this.isActive){
         this.play().once();
         Obj2.play().once();
         }
         }
         Obj1.play();
         Obj1.play();

Revision as of 16:55, 22 April 2014