UNPKG

marko-widgets

Version:

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

9 lines (7 loc) 182 B
function Widget(config) { this.name = 'app-nested-widget-bind/foo'; window.addWidget('app-nested-widget-bind/foo', this); } Widget.prototype = { }; exports.Widget = Widget;