Generate bindings for HTMLParagraphElement.

This commit is contained in:
saneyuki_s 2013-08-07 21:09:11 +09:00
parent b5adb37bd2
commit 17542ee14c
7 changed files with 42 additions and 2 deletions

View file

@ -50,6 +50,7 @@ pub mod dom {
pub mod HTMLHeadElementBinding;
pub mod HTMLHtmlElementBinding;
pub mod HTMLImageElementBinding;
pub mod HTMLParagraphElementBinding;
pub mod HTMLSpanElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;