1
0
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:
Kris Maglione
2014-02-22 09:51:03 -08:00
parent 86336b6cca
commit 9bb6dce76d

View File

@@ -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 () {