git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2042 af16638f-c34d-0410-8cfa-b39d5352b314

This commit is contained in:
Denis Zgonjanin 2009-07-28 17:26:48 +00:00
parent 4d41bbb2c9
commit bda15d398d

View File

@ -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();
}