Give userscripts its own module; panic on broken paths

This commit is contained in:
Manish Goregaokar 2015-04-01 23:19:38 +05:30
parent 4d2ca2d8e2
commit f41acb589a
3 changed files with 58 additions and 44 deletions

View file

@ -316,6 +316,7 @@ pub mod treewalker;
pub mod uievent;
pub mod urlhelper;
pub mod urlsearchparams;
pub mod userscripts;
pub mod validitystate;
pub mod virtualmethods;
pub mod websocket;