Generate bindings for HTMLAreaElement

This commit is contained in:
Junyoung Cho 2013-08-09 11:36:30 +09:00 committed by Josh Matthews
parent f12406ac24
commit e7b8038665
11 changed files with 138 additions and 2 deletions

View file

@ -44,6 +44,7 @@ pub mod dom {
pub mod FormDataBinding;
pub mod HTMLAnchorElementBinding;
pub mod HTMLAppletElementBinding;
pub mod HTMLAreaElementBinding;
pub mod HTMLBodyElementBinding;
pub mod HTMLBRElementBinding;
pub mod HTMLCanvasElementBinding;
@ -94,6 +95,7 @@ pub mod dom {
pub mod formdata;
pub mod htmlanchorelement;
pub mod htmlappletelement;
pub mod htmlareaelement;
pub mod htmlbodyelement;
pub mod htmlbrelement;
pub mod htmlcanvaselement;