Generate bindings for HTMLHRElement.

This commit is contained in:
saneyuki_s 2013-08-07 22:52:39 +09:00
parent ac4938b7dd
commit 2e3cd1945c
9 changed files with 91 additions and 3 deletions

View file

@ -48,6 +48,7 @@ pub mod dom {
pub mod HTMLDocumentBinding;
pub mod HTMLElementBinding;
pub mod HTMLHeadElementBinding;
pub mod HTMLHRElementBinding;
pub mod HTMLHtmlElementBinding;
pub mod HTMLImageElementBinding;
pub mod HTMLParagraphElementBinding;
@ -77,6 +78,7 @@ pub mod dom {
pub mod htmlcollection;
pub mod htmldocument;
pub mod htmlelement;
pub mod htmlhrelement;
pub mod htmlimageelement;
pub mod htmlscriptelement;
pub mod mouseevent;