Изменить 'ace/index.html'
This commit is contained in:
@@ -23,12 +23,11 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<script src="kitchen-sink/require.js"></script>
|
|
||||||
<script>
|
<script>
|
||||||
// setup paths
|
// setup paths
|
||||||
require.config({
|
require.config({
|
||||||
paths: {
|
paths: {
|
||||||
"ace": "../lib/ace"
|
"ace": "src-min-noconflict/"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// load ace and extensions
|
// load ace and extensions
|
||||||
|
|||||||
Reference in New Issue
Block a user