1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 23:02:27 +01:00
This commit is contained in:
Kris Maglione
2011-10-06 09:26:39 -04:00
parent 40104c2b8b
commit d419f31a7b

View File

@@ -122,7 +122,6 @@ var Events = Module("events", {
this._macros = storage.newMap("registers", { privateData: true, store: true });
if (storage.exists("macros")) {
util.dump(storage.newMap("macros", { store: true }));
for (let [k, m] in storage.newMap("macros", { store: true }))
this._macros.set(k, { text: m.keys, timestamp: m.timeRecorded * 1000 });
storage.remove("macros");