diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-21 14:55:17 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2022-11-21 14:55:17 +0000 |
| commit | f7557852b560a5fccf2bec21aa8397114a564e99 (patch) | |
| tree | 62fade46d87e99c54759ebc35c98c9c0ee402696 /emccpre.js | |
| parent | 77c8b50834a8978fbbebe2f6701448aff5d9f08e (diff) | |
| download | puzzles-f7557852b560a5fccf2bec21aa8397114a564e99.zip puzzles-f7557852b560a5fccf2bec21aa8397114a564e99.tar.gz puzzles-f7557852b560a5fccf2bec21aa8397114a564e99.tar.bz2 puzzles-f7557852b560a5fccf2bec21aa8397114a564e99.tar.xz | |
js: Tiny comment fix
Diffstat (limited to 'emccpre.js')
| -rw-r--r-- | emccpre.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ var timer_reference; // Called every 20ms while timing is active. var timer_callback; -// The status bar object, if we create one. +// The status bar object, if we have one. var statusbar = null; // Currently live blitters. We keep an integer id for each one on the |