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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user