From 01e41a6525457d9d3d4eff7ae9193aacbfb11275 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 3 Oct 2011 04:40:26 -0400 Subject: [PATCH] Recording macro (null) => useless. --- common/content/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/events.js b/common/content/events.js index 2fcfc391..14177fc5 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -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()