Generate bindings for HTMLTableCaptionElement

This commit is contained in:
Youngsoo Son 2013-08-12 13:20:41 +09:00 committed by Josh Matthews
parent 1c087ab507
commit c0935cba72
10 changed files with 65 additions and 5 deletions

View file

@ -62,6 +62,7 @@ pub mod dom {
pub mod HTMLScriptElementBinding;
pub mod HTMLSpanElementBinding;
pub mod HTMLStyleElementBinding;
pub mod HTMLTableCaptionElementBinding;
pub mod HTMLTableElementBinding;
pub mod HTMLTableRowElementBinding;
pub mod HTMLTableSectionElementBinding;
@ -103,6 +104,7 @@ pub mod dom {
pub mod htmlolistelement;
pub mod htmlscriptelement;
pub mod htmlstyleelement;
pub mod htmltablecaptionelement;
pub mod htmltableelement;
pub mod htmltablerowelement;
pub mod htmltablesectionelement;