mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
7 lines
190 B
CoffeeScript
7 lines
190 B
CoffeeScript
class DrawIOWrapper extends this.OS.GUI.BaseApplication
|
|
constructor: ( args ) ->
|
|
super "DrawIOWrapper", args
|
|
|
|
main: () ->
|
|
|
|
this.OS.register "DrawIOWrapper", DrawIOWrapper |