How to use the ltx.element function in ltx

To help you get started, we’ve selected a few ltx examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github anoopc / node-xmpp-via-bosh / boshclient.js View on Github external
exports.$build = function(xname, attrib){
	return new ltx.element(xname, attrib);
}