mirror of
https://gitee.com/smartchart/smartchart
synced 2025-05-05 00:59:25 +08:00
10 lines
334 B
JavaScript
10 lines
334 B
JavaScript
|
|
;
|
|
(function() {
|
|
ace.require(["ace/ext/error_marker"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|