Generate bindings for HTMLDataListElement.

This commit is contained in:
Josh Matthews 2013-08-26 12:52:37 -04:00
parent b36ae3b0df
commit f68639755d
8 changed files with 63 additions and 6 deletions

View file

@ -52,6 +52,7 @@ pub mod dom {
pub mod HTMLCanvasElementBinding;
pub mod HTMLCollectionBinding;
pub mod HTMLDataElementBinding;
pub mod HTMLDataListElementBinding;
pub mod HTMLDListElementBinding;
pub mod HTMLDivElementBinding;
pub mod HTMLDocumentBinding;
@ -114,6 +115,7 @@ pub mod dom {
pub mod htmlcanvaselement;
pub mod htmlcollection;
pub mod htmldataelement;
pub mod htmldatalistelement;
pub mod htmldlistelement;
pub mod htmldocument;
pub mod htmlelement;