From 261c38375115565b2dc844a3ad7b03c1894a9265 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Sun, 14 Jan 2007 03:03:40 +0000 Subject: [PATCH] r20753: editorial change --- webapps/swat/source/class/swat/module/statistics/Fsm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/swat/source/class/swat/module/statistics/Fsm.js b/webapps/swat/source/class/swat/module/statistics/Fsm.js index 280d5549998..a6e56c6842a 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); -- 2.34.1