implemented Node.normalize()

This commit is contained in:
Shamir Khodzha 2014-03-12 18:33:31 +04:00
parent af616dba58
commit 574fba310f
3 changed files with 58 additions and 2 deletions

View file

@ -87,6 +87,7 @@ DOMInterfaces = {
'isEqualNode',
'nodeName',
'nodeValue',
'normalize',
'removeChild',
'replaceChild',
'textContent',