git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2042 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
4d41bbb2c9
commit
bda15d398d
@ -21,7 +21,7 @@ Notes.mxml is the main view of the SharedNotes application
|
||||
private var dirty:Boolean = false;
|
||||
|
||||
private function startTimer():void{
|
||||
timer = new Timer(5000);
|
||||
timer = new Timer(1000);
|
||||
timer.addEventListener(TimerEvent.TIMER, timerHandler);
|
||||
timer.start();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user