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"; var $hx_script = (function (exports, global) { ::SOURCE_FILE::
|
||||||
(function ($hx_exports, $global) { "use strict";
|
});
|
||||||
$hx_exports.lime = $hx_exports.lime || {};
|
$hx_exports.lime = $hx_exports.lime || {};
|
||||||
$hx_exports.lime.$scripts = $hx_exports.lime.$scripts || {};
|
$hx_exports.lime.$scripts = $hx_exports.lime.$scripts || {};
|
||||||
$hx_exports.lime.$scripts["::APP_FILE::"] = $hx_script;
|
$hx_exports.lime.$scripts["::APP_FILE::"] = $hx_script;
|
||||||
@@ -10,5 +10,5 @@ $hx_exports.lime.embed = function(projectName) { var exports = {};
|
|||||||
return 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);
|
})(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__::
|
::if embeddedLibraries::::foreach (embeddedLibraries)::
|
||||||
::end::::end::
|
::__current__::::end::::end::
|
||||||
Reference in New Issue
Block a user