How to use the ltx/lib/Element.call 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 xmppjs / xmpp.js / lib / Stanza.js View on Github external
function Stanza (name, attrs) {
  Element.call(this, name, attrs)
}