broadcasting storage changes events

This commit is contained in:
snf 2015-03-24 10:05:36 +00:00
parent 225d7d2ece
commit 1cc5bd4287
13 changed files with 111 additions and 84 deletions

View file

@ -498,7 +498,7 @@ impl ScriptTask {
}
// Return the root page in the frame tree. Panics if it doesn't exist.
fn root_page(&self) -> Rc<Page> {
pub fn root_page(&self) -> Rc<Page> {
self.page.borrow().as_ref().unwrap().clone()
}