mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-08-28 14:52:45 +02:00
update compatibility to AntOS next
This commit is contained in:
@@ -30,7 +30,6 @@ class GraphEditor extends this.OS.application.BaseApplication
|
||||
@datarea = @find "datarea"
|
||||
@preview = @find "preview"
|
||||
@btctn = @find "btn-container"
|
||||
ace.config.set("basePath", "scripts/ace")
|
||||
@editor = ace.edit @datarea
|
||||
@editor.setOptions {
|
||||
enableBasicAutocompletion: true,
|
||||
@@ -275,6 +274,7 @@ Class01 : int gorilla
|
||||
Class08 <--> C2: Cool label
|
||||
"""
|
||||
GraphEditor.dependencies = [
|
||||
"os://scripts/ace/ace.js"
|
||||
"pkg://ACECore/core/ace.js",
|
||||
"pkg://ACECore/path.js",
|
||||
]
|
||||
this.OS.register "GraphEditor", GraphEditor
|
||||
|
Reference in New Issue
Block a user