Procházet zdrojové kódy

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

master
KaiSD před 5 roky
rodič
revize
b2821fd1b3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html Zobrazit soubor

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


Načítá se…
Zrušit
Uložit