nl / NANOLABO /ace /src /ext-error_marker.js
farhanwaris78's picture
Upload 1085 files
2d8ab11 verified
Raw
History Blame Contribute Delete
336 Bytes
; (function() {
window.require(["ace/ext/error_marker"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();