Implement Window.screen.

This commit is contained in:
Ms2ger 2014-07-24 12:51:06 +02:00
parent 800b5e0f4a
commit 27f92239b0
6 changed files with 112 additions and 1 deletions

View file

@ -170,6 +170,7 @@ pub mod dom {
pub mod performance;
pub mod performancetiming;
pub mod progressevent;
pub mod screen;
pub mod text;
pub mod uievent;
pub mod urlsearchparams;