mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r20753: editorial change
(This used to be commit 261c38375115565b2dc844a3ad7b03c1894a9265)
This commit is contained in:
parent
ee0ad11f76
commit
d657ae5b19
@ -32,7 +32,7 @@ qx.Class._startTimer = function(fsm, msInterval)
|
|||||||
// First, for good house keeping, ensure no timer exists
|
// First, for good house keeping, ensure no timer exists
|
||||||
swat.module.statistics.Fsm._stopTimer(fsm);
|
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);
|
var timer = new qx.client.Timer(msInterval);
|
||||||
timer.addEventListener("interval", fsm.eventListener, fsm);
|
timer.addEventListener("interval", fsm.eventListener, fsm);
|
||||||
fsm.addObject("timer", timer);
|
fsm.addObject("timer", timer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user