Generate bindings for HTMLLinkElement

This commit is contained in:
Youngmin Yoo 2013-08-09 17:41:12 +09:00 committed by Josh Matthews
parent c8306795d1
commit 75ccbdb612
8 changed files with 142 additions and 2 deletions

View file

@ -60,6 +60,7 @@ pub mod dom {
pub mod HTMLHtmlElementBinding;
pub mod HTMLIFrameElementBinding;
pub mod HTMLImageElementBinding;
pub mod HTMLLinkElementBinding;
pub mod HTMLMetaElementBinding;
pub mod HTMLOListElementBinding;
pub mod HTMLParagraphElementBinding;
@ -110,6 +111,7 @@ pub mod dom {
pub mod htmlhrelement;
pub mod htmliframeelement;
pub mod htmlimageelement;
pub mod htmllinkelement;
pub mod htmlmetaelement;
pub mod htmlolistelement;
pub mod htmlscriptelement;