From d657ae5b199180ba75f1226d49f2f9e3362dec4e Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Sun, 14 Jan 2007 03:03:40 +0000 Subject: r20753: editorial change (This used to be commit 261c38375115565b2dc844a3ad7b03c1894a9265) --- webapps/swat/source/class/swat/module/statistics/Fsm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapps') diff --git a/webapps/swat/source/class/swat/module/statistics/Fsm.js b/webapps/swat/source/class/swat/module/statistics/Fsm.js index 280d554999..a6e56c6842 100644 --- a/webapps/swat/source/class/swat/module/statistics/Fsm.js +++ b/webapps/swat/source/class/swat/module/statistics/Fsm.js @@ -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); -- cgit