ソースを参照

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

master
KaiSD 4年前
コミット
c0f49250ba
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html ファイルの表示

@@ -33,7 +33,7 @@
}); });
// load ace and extensions // 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 buildDom = require("ace/lib/dom").buildDom;
var editor = ace.edit(); var editor = ace.edit();
editor.setOptions({ editor.setOptions({
theme: "ace/theme/twilight", theme: "ace/theme/twilight",


読み込み中…
キャンセル
保存