Browse Source

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

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

+ 1
- 2
ace/index.html View File

@@ -23,12 +23,11 @@

<body>

<script src="kitchen-sink/require.js"></script>
<script>
// setup paths
require.config({
paths: {
"ace": "../lib/ace"
"ace": "src-min-noconflict/"
}
});
// load ace and extensions


Loading…
Cancel
Save