mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 13:55:47 +01:00
Damn it.
This commit is contained in:
@@ -122,7 +122,6 @@ var Events = Module("events", {
|
|||||||
|
|
||||||
this._macros = storage.newMap("registers", { privateData: true, store: true });
|
this._macros = storage.newMap("registers", { privateData: true, store: true });
|
||||||
if (storage.exists("macros")) {
|
if (storage.exists("macros")) {
|
||||||
util.dump(storage.newMap("macros", { store: true }));
|
|
||||||
for (let [k, m] in 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 });
|
this._macros.set(k, { text: m.keys, timestamp: m.timeRecorded * 1000 });
|
||||||
storage.remove("macros");
|
storage.remove("macros");
|
||||||
|
|||||||
Reference in New Issue
Block a user