mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-13 07:11:14 +01:00
8 lines
No EOL
328 B
JavaScript
Executable file
8 lines
No EOL
328 B
JavaScript
Executable file
; (function() {
|
|
window.require(["ace/mode/text"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|