UNPKG

toloframework

Version:

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

16 lines (13 loc) 212 B
/** * * @module Scroll */ /** * * @example * <w:Scroll></w:Scroll> */ exports.compile = function(root) { this.Tree.att(root, "style", "oveflow:auto;"); //this.Tree.keepOnlyTagChildren(root); };