UNPKG

marko-widgets

Version:

Module to support binding of behavior to rendered UI components rendered on the server or client

9 lines (6 loc) 106 B
function Widget(config) { this.name = 'app-bar'; } Widget.prototype = { }; exports.Widget = Widget;