Files
hustoj/web/ace/ext-error_marker.js
2024-10-10 12:56:56 +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;
}
});
})();