Generate bindings for HTMLSelectElement.

This commit is contained in:
Josh Matthews 2013-08-28 19:41:08 -04:00
parent e26a541eb2
commit 65c993e7e6
9 changed files with 228 additions and 22 deletions

View file

@ -112,7 +112,6 @@ pub enum ElementTypeId {
// Regular old elements
//
pub struct HTMLSelectElement { parent: HTMLElement }
pub struct HTMLSmallElement { parent: HTMLElement }
pub struct UnknownElement { parent: HTMLElement }