Generate bindings for HTMLTextAreaElement.

This commit is contained in:
saneyuki_s 2013-08-09 22:59:57 +09:00 committed by Josh Matthews
parent d0e0a16ee6
commit c1f9f43808
11 changed files with 281 additions and 3 deletions

View file

@ -63,6 +63,7 @@ pub mod dom {
pub mod HTMLTableElementBinding;
pub mod HTMLTableRowElementBinding;
pub mod HTMLTableSectionElementBinding;
pub mod HTMLTextAreaElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;
pub mod PrototypeList;
@ -99,6 +100,7 @@ pub mod dom {
pub mod htmltableelement;
pub mod htmltablerowelement;
pub mod htmltablesectionelement;
pub mod htmltextareaelement;
pub mod mouseevent;
pub mod node;
pub mod uievent;