antosdk-apps/DrawIOWrapper/build/debug/main.js

16 lines
268 B
JavaScript
Raw Normal View History

2019-11-24 20:33:14 +01:00
(function() {
var DrawIOWrapper;
DrawIOWrapper = class DrawIOWrapper extends this.OS.GUI.BaseApplication {
constructor(args) {
super("DrawIOWrapper", args);
}
main() {}
};
this.OS.register("DrawIOWrapper", DrawIOWrapper);
}).call(this);