update ACE html editor to latest

This commit is contained in:
Kyle Drake 2022-11-06 11:11:20 -06:00
parent 2f18163579
commit 8052844640
443 changed files with 906 additions and 705 deletions

View file

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