Implement TransitionEvent

This commit is contained in:
Keith Yeung 2016-08-07 17:15:40 -07:00
parent 3916d1d613
commit 752c6e6019
3 changed files with 97 additions and 0 deletions

View file

@ -404,6 +404,7 @@ pub mod textencoder;
pub mod touch;
pub mod touchevent;
pub mod touchlist;
pub mod transitionevent;
pub mod treewalker;
pub mod uievent;
pub mod url;