Generate bindings for HTMLImageElement.

This commit is contained in:
Josh Matthews 2013-08-06 17:06:12 -04:00
parent 65a33f60e5
commit 8e2c39d2dd
10 changed files with 184 additions and 10 deletions

View file

@ -49,6 +49,7 @@ pub mod dom {
pub mod HTMLElementBinding;
pub mod HTMLHeadElementBinding;
pub mod HTMLHtmlElementBinding;
pub mod HTMLImageElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;
pub mod PrototypeList;
@ -73,6 +74,7 @@ pub mod dom {
pub mod htmlcollection;
pub mod htmldocument;
pub mod htmlelement;
pub mod htmlimageelement;
pub mod mouseevent;
pub mod node;
pub mod uievent;