mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate bindings for HTMLTimeElement
This commit is contained in:
parent
c0935cba72
commit
57f3ce8f81
10 changed files with 57 additions and 5 deletions
|
@ -67,6 +67,7 @@ pub mod dom {
|
|||
pub mod HTMLTableRowElementBinding;
|
||||
pub mod HTMLTableSectionElementBinding;
|
||||
pub mod HTMLTextAreaElementBinding;
|
||||
pub mod HTMLTimeElementBinding;
|
||||
pub mod HTMLTitleElementBinding;
|
||||
pub mod HTMLUListElementBinding;
|
||||
pub mod MouseEventBinding;
|
||||
|
@ -109,6 +110,7 @@ pub mod dom {
|
|||
pub mod htmltablerowelement;
|
||||
pub mod htmltablesectionelement;
|
||||
pub mod htmltextareaelement;
|
||||
pub mod htmltimeelement;
|
||||
pub mod htmltitleelement;
|
||||
pub mod htmlulistelement;
|
||||
pub mod mouseevent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue