Split Page code out of script_task.rs #2530

This commit is contained in:
Edit Balint 2014-06-05 15:28:17 +02:00
parent 4c5437c58b
commit 94ec3cde8a
8 changed files with 455 additions and 418 deletions

View file

@ -181,4 +181,5 @@ pub mod html {
}
pub mod layout_interface;
pub mod page;
pub mod script_task;