Fix HTML5 output template on debug

This commit is contained in:
Joshua Granick
2019-03-29 17:06:43 -07:00
parent 914e94f9e5
commit 970aaa979c

View File

@@ -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::
::if embeddedLibraries::::foreach (embeddedLibraries)::
::__current__::::end::::end::