mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 00:15:46 -07:00
js: Tiny comment fix
This commit is contained in:
@ -98,7 +98,7 @@ var timer_reference;
|
|||||||
// Called every 20ms while timing is active.
|
// Called every 20ms while timing is active.
|
||||||
var timer_callback;
|
var timer_callback;
|
||||||
|
|
||||||
// The status bar object, if we create one.
|
// The status bar object, if we have one.
|
||||||
var statusbar = null;
|
var statusbar = null;
|
||||||
|
|
||||||
// Currently live blitters. We keep an integer id for each one on the
|
// Currently live blitters. We keep an integer id for each one on the
|
||||||
|
Reference in New Issue
Block a user