Add support for trait-based virtual methods on Nodes, and use it for before_remove_attr and after_set_attr.

This commit is contained in:
Josh Matthews 2014-04-09 20:02:40 +02:00 committed by Ms2ger
parent ea2560ef20
commit ca6cfb5bca
9 changed files with 173 additions and 65 deletions

View file

@ -153,6 +153,7 @@ pub mod dom {
pub mod uievent;
pub mod text;
pub mod validitystate;
pub mod virtualmethods;
pub mod window;
pub mod windowproxy;