Generate bindings for HTMLUListElement

This commit is contained in:
Youngsoo Son 2013-08-09 14:57:09 +09:00 committed by Josh Matthews
parent 490e81f75c
commit fa7f367d22
9 changed files with 65 additions and 4 deletions

View file

@ -64,6 +64,7 @@ pub mod dom {
pub mod HTMLTableRowElementBinding;
pub mod HTMLTableSectionElementBinding;
pub mod HTMLTextAreaElementBinding;
pub mod HTMLUListElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;
pub mod PrototypeList;
@ -101,6 +102,7 @@ pub mod dom {
pub mod htmltablerowelement;
pub mod htmltablesectionelement;
pub mod htmltextareaelement;
pub mod htmlulistelement;
pub mod mouseevent;
pub mod node;
pub mod uievent;