1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 02:35:45 +01:00

Fix all the things. And break most of the other things, in all likelihood.

This commit is contained in:
Kris Maglione
2015-02-21 21:59:37 -08:00
parent 54f38d90d9
commit 7ee579200f
48 changed files with 1865 additions and 1572 deletions

View File

@@ -18,8 +18,8 @@ var Cache = Module("Cache", XPCOM(Ci.nsIRequestObserver), {
this.storage = storage.newMap("cache", { store: true });
this.providers = {};
this.globalProviders = this.providers;
this.providing = RealSet();
this.localProviders = RealSet();
this.providing = new RealSet;
this.localProviders = new RealSet;
if (JSMLoader.cacheFlush)
this.flush();