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