mirror of
https://gitee.com/smartchart/smartchart
synced 2025-05-06 01:19:23 +08:00
10 lines
327 B
JavaScript
10 lines
327 B
JavaScript
|
|
;
|
|
(function() {
|
|
ace.require(["ace/mode/text"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|