Browse Source

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

master
KaiSD 4 years ago
parent
commit
c0f49250ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ace/index.html

+ 1
- 1
ace/index.html View File

@@ -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",


Loading…
Cancel
Save