This commit is contained in:
lxsang
2020-11-29 23:26:01 +01:00
parent 40ff4b4f05
commit 8f988c4e7f
9 changed files with 10 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ class VizApp extends this.OS.application.BaseApplication
@btctn = @find "btn-container"
@previewSVG = undefined
$(@preview).append @btctn
ace.config.set("basePath", "#{window.location.pathname}/scripts/ace")
ace.config.set("basePath", "scripts/ace")
@editor = ace.edit @datarea
@editor.setOptions {
enableBasicAutocompletion: true,