Implement HTMLDListElement binding.

This commit is contained in:
Jack Moffitt 2013-08-14 12:24:27 -06:00
parent 33f299c403
commit c88ba4b157
9 changed files with 65 additions and 3 deletions

View file

@ -47,6 +47,7 @@ pub mod dom {
pub mod HTMLBRElementBinding;
pub mod HTMLCanvasElementBinding;
pub mod HTMLCollectionBinding;
pub mod HTMLDListElementBinding;
pub mod HTMLDivElementBinding;
pub mod HTMLDocumentBinding;
pub mod HTMLElementBinding;
@ -92,6 +93,7 @@ pub mod dom {
pub mod htmlbrelement;
pub mod htmlcanvaselement;
pub mod htmlcollection;
pub mod htmldlistelement;
pub mod htmldocument;
pub mod htmlelement;
pub mod htmlhrelement;