auto merge of #3662 : mukilan/servo/worker_timer, r=jdm

Closes issue #3236
This commit is contained in:
bors-servo 2014-10-15 20:48:22 -06:00
commit f94228d9f9
11 changed files with 261 additions and 185 deletions

View file

@ -218,3 +218,4 @@ pub mod html {
pub mod layout_interface;
pub mod page;
pub mod script_task;
mod timers;