From f7957d3aa080dcdfc4c6450ff2590c101b71d94b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 9 Nov 2022 23:44:26 +0000 Subject: js: Reinstate a missing variable declaration ... and then decide there was no excuse for renaming the variable, so now it has the same name it had before I started using Window.requestAnimationFrame(). --- emccpre.js | 1 + 1 file changed, 1 insertion(+) (limited to 'emccpre.js') diff --git a/emccpre.js b/emccpre.js index f9f0c18..349898e 100644 --- a/emccpre.js +++ b/emccpre.js @@ -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; -- cgit v1.1