update ace editor to 1.4.12

This commit is contained in:
Kyle Drake 2021-02-08 17:59:39 -07:00
parent f33f661f08
commit e9ff2ea633
417 changed files with 905 additions and 800 deletions

View file

@ -1,5 +1,5 @@
; (function() {
window.require(["ace/ext/error_marker"], function(m) {
ace.require(["ace/ext/error_marker"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}