Generate bindings for HTMLLIElement.

This commit is contained in:
Tetsuharu OHZEKI 2013-08-13 17:15:44 +09:00
parent cd1e3a19e3
commit 6b764440d7
10 changed files with 77 additions and 4 deletions

View file

@ -61,6 +61,7 @@ pub mod dom {
pub mod HTMLIFrameElementBinding;
pub mod HTMLImageElementBinding;
pub mod HTMLInputElementBinding;
pub mod HTMLLIElementBinding;
pub mod HTMLLinkElementBinding;
pub mod HTMLMetaElementBinding;
pub mod HTMLOListElementBinding;
@ -116,6 +117,7 @@ pub mod dom {
pub mod htmliframeelement;
pub mod htmlimageelement;
pub mod htmlinputelement;
pub mod htmllielement;
pub mod htmllinkelement;
pub mod htmlmetaelement;
pub mod htmlolistelement;