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