Implement Element.classList (partially fixes #1717).

This commit is contained in:
Ms2ger 2014-06-08 16:45:06 +02:00
parent 0803e5d0ac
commit 972c69883e
6 changed files with 139 additions and 3 deletions

View file

@ -32,6 +32,7 @@ DOMInterfaces = {
'DOMException': {},
'DOMImplementation': {},
'DOMParser': {},
'DOMTokenList': {},
'Element': {},
'Event': {},
'EventHandler': {},