diff --git a/public/index.js b/public/index.js index 61b27f9..b91843b 100644 --- a/public/index.js +++ b/public/index.js @@ -18,7 +18,7 @@ let pageVisible = true; let debugMode = false; let timeoutHandle; -//preload images to avoid firefox NS_BINDING_ABORTED error +//preload images to avoid firefox NS_BINDING_ABORTED errorr const characters = ["Green","Red","Orange","Blue"]; characters.forEach((char) => { new Image().src = 'characterSprites/'+ char +'/Down.png';