This website works better with JavaScript.
Home
Explore
Help
Sign In
KaiSD
/
Test-rep
Watch
1
Star
0
Fork
0
Code
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Изменить 'ace/index.html'
master
KaiSD
5 years ago
parent
4649dbfaf6
commit
ad22cad3bc
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save