From 8e85219443de76cca3ecb4de897b4422471d1be1 Mon Sep 17 00:00:00 2001 From: Daniel Bainton Date: Tue, 3 Mar 2009 15:53:42 +0200 Subject: [PATCH] Fix vimperator for the latest firefox nightlies --- common/content/completion.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/content/completion.js b/common/content/completion.js index 9cd8010a..61bee794 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -658,7 +658,6 @@ CompletionContext.prototype = { this.tabPressed = false; this.title = ["Completions"]; this.updateAsync = false; - this.waitingForTab = false; this.cancelAll(); @@ -677,7 +676,6 @@ CompletionContext.prototype = { for each (let context in this.contexts) { context.hasItems = false; - context.incomplete = false; } },