mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
Generate bindings for HTMLAreaElement
This commit is contained in:
parent
f12406ac24
commit
e7b8038665
11 changed files with 138 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue