mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-12-24 05:56:39 +01:00
fix some package
This commit is contained in:
@@ -207,6 +207,7 @@
|
||||
main() {
|
||||
this.datarea = this.find("editorea");
|
||||
this.output = this.find("output");
|
||||
ace.config.set('basePath', '/scripts/ace');
|
||||
this.editor = ace.edit(this.datarea);
|
||||
this.editor.setOptions({
|
||||
enableBasicAutocompletion: true,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LEs",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.0.1-a",
|
||||
"version":"0.0.2-a",
|
||||
"category":"System",
|
||||
"iconclass":"fa fa-adn",
|
||||
"mimes":["none"]
|
||||
|
||||
Binary file not shown.
@@ -149,6 +149,7 @@ class LuaPlayground extends this.OS.GUI.BaseApplication
|
||||
main: () ->
|
||||
@datarea = @find "editorea"
|
||||
@output = @find "output"
|
||||
ace.config.set('basePath', '/scripts/ace')
|
||||
@.editor = ace.edit @datarea
|
||||
@.editor.setOptions {
|
||||
enableBasicAutocompletion: true,
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LEs",
|
||||
"email": "xsang.le@gmail.com"
|
||||
},
|
||||
"version":"0.0.1-a",
|
||||
"version":"0.0.2-a",
|
||||
"category":"System",
|
||||
"iconclass":"fa fa-adn",
|
||||
"mimes":["none"]
|
||||
|
||||
Reference in New Issue
Block a user