Generate bindings for HTMLTableElement.

This commit is contained in:
saneyuki_s 2013-08-08 21:18:20 +09:00 committed by Josh Matthews
parent c5125ca5e2
commit 655bdcc511
10 changed files with 175 additions and 4 deletions

View file

@ -59,6 +59,7 @@ pub mod dom {
pub mod HTMLScriptElementBinding;
pub mod HTMLSpanElementBinding;
pub mod HTMLStyleElementBinding;
pub mod HTMLTableElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;
pub mod PrototypeList;
@ -91,6 +92,7 @@ pub mod dom {
pub mod htmlolistelement;
pub mod htmlscriptelement;
pub mod htmlstyleelement;
pub mod htmltableelement;
pub mod mouseevent;
pub mod node;
pub mod uievent;