antosdk-apps/ACECore/core/ext-error_marker.js
2021-04-21 11:37:58 +02:00

8 lines
332 B
JavaScript

; (function() {
ace.require(["ace/ext/error_marker"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();