Implemented Document.importNode

Spec:
http://dom.spec.whatwg.org/#dom-document-importnode
This commit is contained in:
Bruno de Oliveira Abinader 2014-03-17 00:55:57 -04:00
parent f34a64049a
commit 8a457a2caa
4 changed files with 24 additions and 3 deletions

View file

@ -40,6 +40,7 @@ DOMInterfaces = {
'getElementsByTagName',
'getElementsByTagNameNS',
'images',
'importNode',
'links',
'plugins',
'scripts',