mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
Enhance CodePad
This commit is contained in:
parent
edfcc72080
commit
64207df15e
@ -273,7 +273,7 @@ namespace OS {
|
||||
* @memberof CodePad
|
||||
*/
|
||||
private setup(): void {
|
||||
ace.config.set("basePath", "/scripts/ace");
|
||||
ace.config.set("basePath", "scripts/ace");
|
||||
ace.require("ace/ext/language_tools");
|
||||
this.editor = ace.edit(this.find("datarea"));
|
||||
this.editor.setOptions({
|
||||
|
Loading…
Reference in New Issue
Block a user