tstor/assets/plugins/ace/ext-error_marker.js
2021-01-02 20:09:05 +01:00

8 lines
No EOL
332 B
JavaScript

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