configui/public/ace/js/snippets/text.js

8 lines
329 B
JavaScript
Raw Normal View History

2021-10-19 15:41:09 +00:00
; (function() {
2021-10-20 10:20:14 +00:00
ace.require(["ace/snippets/text"], function(m) {
2021-10-19 15:41:09 +00:00
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();