From 9344d0a16cc55e29889f85b8a360f09a9f836134 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 22 Jun 2011 11:59:30 -0400 Subject: [PATCH] Backout revision ea3c2db9957a. Closes issue #568. --- common/content/events.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/content/events.js b/common/content/events.js index 7cb3ded2..820f4063 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1320,11 +1320,6 @@ var Events = Module("events", { else this.keyEvents = []; - let isMacro = event.isMacro || this.feedingEvent && this.feedingEvent.isMacro; - if (this.lastKeyFake && !isMacro) - this.passing = false; - this.lastKeyFake = isMacro; - let pass = this.passing && !event.isMacro || this.feedingEvent && this.feedingEvent.isReplay || event.isReplay ||