diff --git a/templates/html5/output.js b/templates/html5/output.js index dce469aff..c065ebbdd 100644 --- a/templates/html5/output.js +++ b/templates/html5/output.js @@ -1,5 +1,5 @@ -var $hx_script = (function(exports, global) { ::SOURCE_FILE::}); -(function ($hx_exports, $global) { "use strict"; +(function ($hx_exports, $global) { "use strict"; var $hx_script = (function (exports, global) { ::SOURCE_FILE:: +}); $hx_exports.lime = $hx_exports.lime || {}; $hx_exports.lime.$scripts = $hx_exports.lime.$scripts || {}; $hx_exports.lime.$scripts["::APP_FILE::"] = $hx_script; @@ -10,5 +10,5 @@ $hx_exports.lime.embed = function(projectName) { var exports = {}; return exports; }; })(typeof exports != "undefined" ? exports : typeof window != "undefined" ? window : typeof self != "undefined" ? self : this, typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this); -::if embeddedLibraries::::foreach (embeddedLibraries)::::__current__:: -::end::::end:: \ No newline at end of file +::if embeddedLibraries::::foreach (embeddedLibraries):: +::__current__::::end::::end:: \ No newline at end of file