Generate bindings for HTMLAppletElement

This commit is contained in:
Junyoung Cho 2013-08-09 10:38:51 +09:00 committed by Josh Matthews
parent fe5b795f30
commit f12406ac24
8 changed files with 150 additions and 3 deletions

View file

@ -43,6 +43,7 @@ pub mod dom {
pub mod EventTargetBinding;
pub mod FormDataBinding;
pub mod HTMLAnchorElementBinding;
pub mod HTMLAppletElementBinding;
pub mod HTMLBodyElementBinding;
pub mod HTMLBRElementBinding;
pub mod HTMLCanvasElementBinding;
@ -92,6 +93,7 @@ pub mod dom {
pub mod eventtarget;
pub mod formdata;
pub mod htmlanchorelement;
pub mod htmlappletelement;
pub mod htmlbodyelement;
pub mod htmlbrelement;
pub mod htmlcanvaselement;