mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Autogenerate DOM bindings for Document.
This commit is contained in:
parent
07267c634a
commit
09d50147f7
10 changed files with 581 additions and 217 deletions
|
@ -24,7 +24,6 @@ extern mod extra;
|
|||
|
||||
pub mod dom {
|
||||
pub mod bindings {
|
||||
pub mod document;
|
||||
pub mod element;
|
||||
pub mod node;
|
||||
pub mod text;
|
||||
|
@ -37,6 +36,7 @@ pub mod dom {
|
|||
pub mod BlobBinding;
|
||||
pub mod ClientRectBinding;
|
||||
pub mod ClientRectListBinding;
|
||||
pub mod DocumentBinding;
|
||||
pub mod DOMParserBinding;
|
||||
pub mod EventBinding;
|
||||
pub mod EventTargetBinding;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue