bliss/public/js/ace/ext-error_marker.js

9 lines
333 B
JavaScript
Raw Permalink Normal View History

2024-06-02 00:39:30 -04:00
; (function() {
ace.require(["ace/ext/error_marker"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();