1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 03:02:26 +01:00

Recording macro (null) => useless.

This commit is contained in:
Kris Maglione
2011-10-03 04:40:26 -04:00
parent dcb203b71d
commit 01e41a6525

View File

@@ -254,7 +254,7 @@ var Events = Module("events", {
else if (macro) {
this._macroKeys = [];
}
else {
else if (this.recording) {
this._macros.set(this.recording, {
keys: this._macroKeys.join(""),
timeRecorded: Date.now()