antosdk-apps/DrawIOWrapper/coffees/main.coffee

7 lines
190 B
CoffeeScript
Raw Normal View History

2019-11-24 20:33:14 +01:00
class DrawIOWrapper extends this.OS.GUI.BaseApplication
constructor: ( args ) ->
super "DrawIOWrapper", args
main: () ->
this.OS.register "DrawIOWrapper", DrawIOWrapper