diff options
Diffstat (limited to 'emccpre.js')
| -rw-r--r-- | emccpre.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ var midpoint_test_str = "ABCDEFGHIKLMNOPRSTUVWXYZ0123456789"; var midpoint_cache = []; // Variables used by js_activate_timer() and js_deactivate_timer(). +var timer = null; var timer_active = false; var timer_reference; |