Fix HTML5 output template on debug
This commit is contained in:
@@ -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::
|
||||
Reference in New Issue
Block a user