Generate bindings for HTMLOListElement

This commit is contained in:
Taro Matsuzawa 2013-08-08 23:01:06 +09:00 committed by Josh Matthews
parent db55724cd3
commit ca0ae14368
11 changed files with 92 additions and 5 deletions

View file

@ -53,6 +53,7 @@ pub mod dom {
pub mod HTMLHtmlElementBinding;
pub mod HTMLIFrameElementBinding;
pub mod HTMLImageElementBinding;
pub mod HTMLOListElementBinding;
pub mod HTMLParagraphElementBinding;
pub mod HTMLScriptElementBinding;
pub mod HTMLSpanElementBinding;
@ -84,6 +85,7 @@ pub mod dom {
pub mod htmlhrelement;
pub mod htmliframeelement;
pub mod htmlimageelement;
pub mod htmlolistelement;
pub mod htmlscriptelement;
pub mod mouseevent;
pub mod node;