Generate bindings for HTMLDataElement

This commit is contained in:
Junyoung Cho 2013-08-12 11:27:40 +09:00 committed by Josh Matthews
parent 13bb1a49b8
commit c8306795d1
11 changed files with 56 additions and 9 deletions

View file

@ -50,6 +50,7 @@ pub mod dom {
pub mod HTMLBRElementBinding;
pub mod HTMLCanvasElementBinding;
pub mod HTMLCollectionBinding;
pub mod HTMLDataElementBinding;
pub mod HTMLDListElementBinding;
pub mod HTMLDivElementBinding;
pub mod HTMLDocumentBinding;
@ -102,6 +103,7 @@ pub mod dom {
pub mod htmlbrelement;
pub mod htmlcanvaselement;
pub mod htmlcollection;
pub mod htmldataelement;
pub mod htmldlistelement;
pub mod htmldocument;
pub mod htmlelement;