mirror of
https://github.com/servo/servo.git
synced 2025-06-23 00:24:35 +01:00
Generate bindings for HTMLScriptElement.
This commit is contained in:
parent
17542ee14c
commit
ac4938b7dd
9 changed files with 124 additions and 5 deletions
|
@ -51,6 +51,7 @@ pub mod dom {
|
|||
pub mod HTMLHtmlElementBinding;
|
||||
pub mod HTMLImageElementBinding;
|
||||
pub mod HTMLParagraphElementBinding;
|
||||
pub mod HTMLScriptElementBinding;
|
||||
pub mod HTMLSpanElementBinding;
|
||||
pub mod MouseEventBinding;
|
||||
pub mod NodeBinding;
|
||||
|
@ -77,6 +78,7 @@ pub mod dom {
|
|||
pub mod htmldocument;
|
||||
pub mod htmlelement;
|
||||
pub mod htmlimageelement;
|
||||
pub mod htmlscriptelement;
|
||||
pub mod mouseevent;
|
||||
pub mod node;
|
||||
pub mod uievent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue