implementing StorageEvent interface

This commit is contained in:
snf 2015-03-21 19:17:54 +00:00
parent 1432b630d2
commit db6aeef2ef
4 changed files with 143 additions and 0 deletions

View file

@ -310,6 +310,7 @@ pub mod range;
pub mod screen;
pub mod servohtmlparser;
pub mod storage;
pub mod storageevent;
pub mod text;
pub mod treewalker;
pub mod uievent;