mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-27 11:19:53 +02:00
add monaco editor core library
This commit is contained in:
7
Antedit/coffees/main.coffee
Normal file
7
Antedit/coffees/main.coffee
Normal file
@ -0,0 +1,7 @@
|
||||
class Antedit extends this.OS.application.BaseApplication
|
||||
constructor: ( args ) ->
|
||||
super "Antedit", args
|
||||
|
||||
main: () ->
|
||||
|
||||
this.OS.register "Antedit", Antedit
|
Reference in New Issue
Block a user