Implement MessageEvent.

This commit is contained in:
Ms2ger 2014-07-16 14:18:52 +02:00
parent e8996d5ce5
commit d40b97ea73
5 changed files with 116 additions and 0 deletions

View file

@ -159,6 +159,7 @@ pub mod dom {
pub mod htmlvideoelement;
pub mod htmlunknownelement;
pub mod location;
pub mod messageevent;
pub mod mouseevent;
pub mod navigator;
pub mod node;