mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Generate bindings for HTMLAnchorElement.
This commit is contained in:
parent
e2468160b5
commit
7aa0027384
10 changed files with 172 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue