Add node.appendChild

This commit is contained in:
Ilyong Cho 2013-09-05 13:02:52 +09:00
parent 47c5279e31
commit 0d4cfd0eb9
3 changed files with 44 additions and 4 deletions

View file

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