summaryrefslogtreecommitdiff
path: root/itjs/timer.js
diff options
context:
space:
mode:
authorChristian Schneider2008-07-15 13:46:57 +0000
committerChristian Schneider2008-07-15 13:46:57 +0000
commit69932f5576b6c5ca41515a6790dbd4946d71ab8c (patch)
tree723dd9f5754004c163d91203f2cb1b482d2a4c21 /itjs/timer.js
parent806228fef0435fd18c51afcb9f872300956f2261 (diff)
downloaditools-69932f5576b6c5ca41515a6790dbd4946d71ab8c.tar.gz
itools-69932f5576b6c5ca41515a6790dbd4946d71ab8c.tar.bz2
itools-69932f5576b6c5ca41515a6790dbd4946d71ab8c.zip
Make javascript stripping compatible with JQuery source code
Diffstat (limited to 'itjs/timer.js')
-rw-r--r--itjs/timer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/itjs/timer.js b/itjs/timer.js
index 25ebbec..ee04cbb 100644
--- a/itjs/timer.js
+++ b/itjs/timer.js
@@ -24,7 +24,7 @@ stop: function()
window["clear" + this.func](this.timer);
this.timer = null;
}
-}/* NO COMMA */
+} /* NO COMMA */
}