Generate bindings for HTMLAnchorElement.

This commit is contained in:
Josh Matthews 2013-08-05 13:18:58 -04:00
parent e2468160b5
commit 7aa0027384
10 changed files with 172 additions and 7 deletions

View file

@ -42,6 +42,7 @@ pub mod dom {
pub mod EventBinding;
pub mod EventTargetBinding;
pub mod FormDataBinding;
pub mod HTMLAnchorElementBinding;
pub mod HTMLCollectionBinding;
pub mod HTMLDocumentBinding;
pub mod HTMLElementBinding;
@ -67,6 +68,7 @@ pub mod dom {
pub mod event;
pub mod eventtarget;
pub mod formdata;
pub mod htmlanchorelement;
pub mod htmlcollection;
pub mod htmldocument;
pub mod htmlelement;