Introduce abstractions for global scopes.

Part of #2811.
This commit is contained in:
Ms2ger 2014-07-15 13:30:19 +02:00
parent a14bb68c3f
commit 829259fb79
41 changed files with 227 additions and 112 deletions

View file

@ -43,6 +43,7 @@ extern crate url;
pub mod dom {
pub mod bindings {
pub mod global;
pub mod js;
pub mod utils;
pub mod callback;