Explorar el Código

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

master
KaiSD hace 5 años
padre
commit
b2821fd1b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html Ver fichero

@@ -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({


Cargando…
Cancelar
Guardar