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
wip: toolbar
master
KaiSD
5 years ago
parent
ad22cad3bc
commit
c7147cff0a
2 changed files
with
2076 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
ace/index.html
+2074
-0
ace/require.js
+ 2
- 1
ace/index.html
View File
@@ -23,11 +23,12 @@
<body>
<script src="require.js"></script>
<script>
// setup paths
require.config({
paths: {
"ace": "src-min-noconflict
/
"
"ace": "src-min-noconflict"
}
});
// load ace and extensions
+ 2074
- 0
ace/require.js
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save