smartchart/static/ace/ext-error_marker.js
2020-12-10 20:29:30 +08:00

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;
}
});
})();