diff options
Diffstat (limited to 'itjs/timer.js')
-rw-r--r-- | itjs/timer.js | 2 |
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 */ } |