antosdk-apps/DrawIOWrapper/build/debug/main.js
2019-11-24 19:33:14 +00:00

16 lines
268 B
JavaScript

(function() {
var DrawIOWrapper;
DrawIOWrapper = class DrawIOWrapper extends this.OS.GUI.BaseApplication {
constructor(args) {
super("DrawIOWrapper", args);
}
main() {}
};
this.OS.register("DrawIOWrapper", DrawIOWrapper);
}).call(this);