mirror of
https://github.com/servo/servo.git
synced 2025-06-22 08:08:59 +01:00
Generate bindings for HTMLTextAreaElement.
This commit is contained in:
parent
d0e0a16ee6
commit
c1f9f43808
11 changed files with 281 additions and 3 deletions
|
@ -63,6 +63,7 @@ pub mod dom {
|
|||
pub mod HTMLTableElementBinding;
|
||||
pub mod HTMLTableRowElementBinding;
|
||||
pub mod HTMLTableSectionElementBinding;
|
||||
pub mod HTMLTextAreaElementBinding;
|
||||
pub mod MouseEventBinding;
|
||||
pub mod NodeBinding;
|
||||
pub mod PrototypeList;
|
||||
|
@ -99,6 +100,7 @@ pub mod dom {
|
|||
pub mod htmltableelement;
|
||||
pub mod htmltablerowelement;
|
||||
pub mod htmltablesectionelement;
|
||||
pub mod htmltextareaelement;
|
||||
pub mod mouseevent;
|
||||
pub mod node;
|
||||
pub mod uievent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue