2016-11-02 16:12:13 -06:00

8 lines
115 B
JavaScript

function Widget(config) {
this.name = 'app-legacy-button';
}
Widget.prototype = {
};
exports.Widget = Widget;