From 2e567e4f127fd495798ae1fef9e3cdb6c4cf3b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 24 Aug 2018 16:57:14 +0200 Subject: [PATCH] Platform: cthulhu was missing here. --- src/Magnum/Platform/EmscriptenApplication.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/Platform/EmscriptenApplication.js b/src/Magnum/Platform/EmscriptenApplication.js index fabf4c71d..3ac448da4 100644 --- a/src/Magnum/Platform/EmscriptenApplication.js +++ b/src/Magnum/Platform/EmscriptenApplication.js @@ -23,6 +23,8 @@ DEALINGS IN THE SOFTWARE. */ +"use strict"; /* it summons the Cthulhu in a proper way, they say */ + var Module = { preRun: [], postRun: [],