Explorar el Código

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

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

+ 1
- 1
ace/index.html Ver fichero

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


Cargando…
Cancelar
Guardar