mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 17:55:29 +01:00
8 lines
328 B
JavaScript
Executable File
8 lines
328 B
JavaScript
Executable File
; (function() {
|
|
window.require(["ace/mode/text"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|