mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
r20753: editorial change
This commit is contained in:
parent
7b98d6a77f
commit
261c383751
@ -32,7 +32,7 @@ qx.Class._startTimer = function(fsm, msInterval)
|
||||
// First, for good house keeping, ensure no timer exists
|
||||
swat.module.statistics.Fsm._stopTimer(fsm);
|
||||
|
||||
// Create a timer instance to expire in a few seconds
|
||||
// Create a timer instance to expire in the specified amount of time
|
||||
var timer = new qx.client.Timer(msInterval);
|
||||
timer.addEventListener("interval", fsm.eventListener, fsm);
|
||||
fsm.addObject("timer", timer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user