add ace editor

This commit is contained in:
Silver Kuusik
2018-08-05 10:53:42 +02:00
parent c5d90c4991
commit ddea91f431
29 changed files with 311 additions and 4 deletions

View 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;
}
});
})();