UNPKG

marko-widgets

Version:

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

11 lines (8 loc) 177 B
function Widget(config) { this.name = 'app-foo'; this.config = config; this.getWidget('bar').appendHtml('FOO'); } Widget.prototype = { }; exports.Widget = Widget;