Generate bindings for HTMLBRElement

This commit is contained in:
Youngmin, Yoo 2013-08-08 23:24:07 +09:00 committed by Youngmin Yoo
parent 1da9f34082
commit bc49686c3b
9 changed files with 60 additions and 10 deletions

View file

@ -44,6 +44,7 @@ pub mod dom {
pub mod FormDataBinding;
pub mod HTMLAnchorElementBinding;
pub mod HTMLBodyElementBinding;
pub mod HTMLBRElementBinding;
pub mod HTMLCollectionBinding;
pub mod HTMLDivElementBinding;
pub mod HTMLDocumentBinding;
@ -83,6 +84,7 @@ pub mod dom {
pub mod formdata;
pub mod htmlanchorelement;
pub mod htmlbodyelement;
pub mod htmlbrelement;
pub mod htmlcollection;
pub mod htmldocument;
pub mod htmlelement;