Explorar el Código

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

master
KaiSD hace 4 años
padre
commit
ad22cad3bc
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      ace/index.html

+ 1
- 2
ace/index.html Ver fichero

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


Cargando…
Cancelar
Guardar