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