mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 22:24:25 +02:00
fix path
This commit is contained in:
@ -149,7 +149,7 @@ class LuaPlayground extends this.OS.application.BaseApplication
|
||||
main: () ->
|
||||
@datarea = @find "editorea"
|
||||
@output = @find "output"
|
||||
ace.config.set('basePath', "#{window.location.pathname}/scripts/ace")
|
||||
ace.config.set('basePath', "scripts/ace")
|
||||
@.editor = ace.edit @datarea
|
||||
@.editor.setOptions {
|
||||
enableBasicAutocompletion: true,
|
||||
|
Reference in New Issue
Block a user