Изменить 'ace/index.html'

This commit is contained in:
2019-09-03 21:45:20 +02:00
parent c7147cff0a
commit b2821fd1b3

View File

@@ -32,7 +32,7 @@
}
});
// load ace and extensions
require(["ace/ace", "ace/ext/language_tools"], function(ace) {
require(["ace/ace", "ace/ext-language_tools"], function(ace) {
var buildDom = require("ace/lib/dom").buildDom;
var editor = ace.edit();
editor.setOptions({