1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r20753: editorial change

(This used to be commit 261c38375115565b2dc844a3ad7b03c1894a9265)
This commit is contained in:
Derrell Lipman 2007-01-14 03:03:40 +00:00 committed by Gerald (Jerry) Carter
parent ee0ad11f76
commit d657ae5b19

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