Generate bindings for HTMLScriptElement.

This commit is contained in:
saneyuki_s 2013-08-07 22:01:00 +09:00
parent 17542ee14c
commit ac4938b7dd
9 changed files with 124 additions and 5 deletions

View file

@ -51,6 +51,7 @@ pub mod dom {
pub mod HTMLHtmlElementBinding;
pub mod HTMLImageElementBinding;
pub mod HTMLParagraphElementBinding;
pub mod HTMLScriptElementBinding;
pub mod HTMLSpanElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;
@ -77,6 +78,7 @@ pub mod dom {
pub mod htmldocument;
pub mod htmlelement;
pub mod htmlimageelement;
pub mod htmlscriptelement;
pub mod mouseevent;
pub mod node;
pub mod uievent;