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; } },