UNPKG

marko-widgets

Version:

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

9 lines (7 loc) 141 B
function Widget(config) { this.name = 'app-widget-config'; this.config = config; } Widget.prototype = { }; exports.Widget = Widget;