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

@ -78,6 +78,7 @@ pub mod dom {
pub mod domexception;
pub mod domimplementation;
pub mod domparser;
pub mod domtokenlist;
pub mod element;
pub mod event;
pub mod eventdispatcher;