X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a4e2af35996896240356ad8ca4c7b6003d4b9ff3..ba1e24e73cbeef44c1a08c8d225cc12923f3dfd6:/src/wlxml/wlxml.js diff --git a/src/wlxml/wlxml.js b/src/wlxml/wlxml.js index 10a79ed..1619e57 100644 --- a/src/wlxml/wlxml.js +++ b/src/wlxml/wlxml.js @@ -12,8 +12,8 @@ var isMetaAttribute = function(attrName) { // -var WLXMLElementNode = function(nativeNode) { - smartxml.ElementNode.call(this, nativeNode); +var WLXMLElementNode = function(nativeNode, document) { + smartxml.ElementNode.call(this, nativeNode, document); }; WLXMLElementNode.prototype = Object.create(smartxml.ElementNode.prototype);