Generate bindings for HTMLTimeElement

This commit is contained in:
Youngsoo Son 2013-08-12 13:42:44 +09:00 committed by Josh Matthews
parent c0935cba72
commit 57f3ce8f81
10 changed files with 57 additions and 5 deletions

View file

@ -67,6 +67,7 @@ pub mod dom {
pub mod HTMLTableRowElementBinding;
pub mod HTMLTableSectionElementBinding;
pub mod HTMLTextAreaElementBinding;
pub mod HTMLTimeElementBinding;
pub mod HTMLTitleElementBinding;
pub mod HTMLUListElementBinding;
pub mod MouseEventBinding;
@ -109,6 +110,7 @@ pub mod dom {
pub mod htmltablerowelement;
pub mod htmltablesectionelement;
pub mod htmltextareaelement;
pub mod htmltimeelement;
pub mod htmltitleelement;
pub mod htmlulistelement;
pub mod mouseevent;