UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

16 lines (12 loc) 232 B
/** * <w:{{widgetName}}></w:{{widgetName}}> * */ window["TFW::{{widgetClass}}"] = { superclass: "wtag.Tag", init: function() { $addClass(this, "wtag-{{widgetName}}"); }, functions: { } };