Generate bindings for HTMLBodyElement

This commit is contained in:
Junyoung Cho 2013-08-08 16:39:19 +09:00
parent 4800ddf742
commit 6241064681
10 changed files with 95 additions and 5 deletions

View file

@ -43,6 +43,7 @@ pub mod dom {
pub mod EventTargetBinding;
pub mod FormDataBinding;
pub mod HTMLAnchorElementBinding;
pub mod HTMLBodyElementBinding;
pub mod HTMLCollectionBinding;
pub mod HTMLDivElementBinding;
pub mod HTMLDocumentBinding;
@ -75,6 +76,7 @@ pub mod dom {
pub mod eventtarget;
pub mod formdata;
pub mod htmlanchorelement;
pub mod htmlbodyelement;
pub mod htmlcollection;
pub mod htmldocument;
pub mod htmlelement;