gophertype/pvt-www/_builtin/js/ace-1.4.8/src/mode-text.js

9 lines
329 B
JavaScript
Raw Normal View History

2020-02-18 05:21:34 +00:00
; (function() {
window.require(["ace/mode/text"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();