PHP/Script/Provision/XML Editor: Updated Ace to latest version (1.24.2).

This commit is contained in:
fusionate
2023-09-13 18:58:29 +00:00
parent 1880688813
commit cebab0b812
453 changed files with 3523 additions and 363 deletions
+6 -3
View File
@@ -1,5 +1,8 @@
;
(function() {
ace.require(["ace/ext/error_marker"], function() {});
; (function() {
ace.require(["ace/ext/error_marker"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();