blog/root/js/ace-editor/src-noconflict/ext-error_marker.js

6 lines
141 B
JavaScript

;
(function() {
ace.require(["ace/ext/error_marker"], function() {});
})();