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