1
0
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:
Derrell Lipman 2007-01-14 03:03:40 +00:00 committed by Gerald (Jerry) Carter
parent 7b98d6a77f
commit 261c383751

View File

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