add ace editor
This commit is contained in:
9
assets/js/ace/ext-error_marker.js
Executable file
9
assets/js/ace/ext-error_marker.js
Executable file
@@ -0,0 +1,9 @@
|
||||
;
|
||||
(function() {
|
||||
ace.require(["ace/ext/error_marker"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
Reference in New Issue
Block a user