UNPKG

toloframework

Version:

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

15 lines (12 loc) 156 B
/** * * @module Stack */ /** * * @example * <w:Stack></w:Stack> */ exports.compile = function(root) { this.Tree.keepOnlyTagChildren(root); };