Implement DOMStringMap

This commit is contained in:
Bruno de Oliveira Abinader 2014-11-04 10:39:53 -08:00
parent b50cfa56a9
commit 5c76502b91
5 changed files with 76 additions and 9 deletions

View file

@ -89,6 +89,7 @@ pub mod dom {
pub mod characterdata;
pub mod domrect;
pub mod domrectlist;
pub mod domstringmap;
pub mod comment;
pub mod console;
mod create;