Support Node.nodeType and Node.nodeValue.

This commit is contained in:
Ms2ger 2013-10-10 22:09:34 +02:00
parent 9d04be98e5
commit a5233f2bc4
2 changed files with 63 additions and 17 deletions

View file

@ -294,7 +294,13 @@ DOMInterfaces = {
'nativeType': 'AbstractNode<ScriptView>',
'concreteType': 'Node<ScriptView>',
'pointerType': '',
'needsAbstract': ['appendChild', 'removeChild', 'textContent']
'needsAbstract': [
'appendChild',
'nodeName',
'nodeValue',
'removeChild',
'textContent',
]
},
'NodeList': [