mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 20:05:46 +01:00
Remove unused WeakMap.
This commit is contained in:
@@ -197,7 +197,6 @@ var Storage = Module("Storage", {
|
|||||||
if (!Services.dactylSession)
|
if (!Services.dactylSession)
|
||||||
Services.dactylSession = Cu.createObjectIn(sessionGlobal);
|
Services.dactylSession = Cu.createObjectIn(sessionGlobal);
|
||||||
this.session = Services.dactylSession;
|
this.session = Services.dactylSession;
|
||||||
this.windows = WeakMap();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
cleanup: function () {
|
cleanup: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user