Enhance CodePad

This commit is contained in:
lxsang 2020-06-26 15:03:22 +02:00
parent edfcc72080
commit 64207df15e

View File

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