diff --git a/Launcher/runtime/engine/api.js b/Launcher/runtime/engine/api.js index be5f55e..039bcf2 100755 --- a/Launcher/runtime/engine/api.js +++ b/Launcher/runtime/engine/api.js @@ -64,7 +64,7 @@ // Helper JS class API imports var JSApplication = null; -if(typeof JSApplicationClass !== 'undefined') { +if (typeof JSApplicationClass !== 'undefined') { JSApplication = JSApplicationClass.static; }