1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 00:14:11 +01:00

Minor cleanup:

• Add some docs.
 • Don't close over the bootstrap global in the persistent storage singleton.
 • Don't load overlay until we have the addon object for util.addon (experimental).
 • Other minor cleanup.
This commit is contained in:
Kris Maglione
2011-08-21 03:48:53 -04:00
parent 9a378d467c
commit fd364645db
3 changed files with 40 additions and 31 deletions

View File

@@ -102,7 +102,7 @@ ProtocolBase.prototype = {
case "data":
try {
var channel = services.io.newChannel(uri.path.replace(/^\/(.*)(?:#.*)?/, "data:$1"),
null, null);
null, null);
}
catch (e) {
var error = e;