diff --git a/common/content/commandline.js b/common/content/commandline.js index 195a4970..90ad8dd5 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -982,7 +982,7 @@ var CommandLine = Module("commandline", { this.itemList.setItems(this.context); this.autocompleteTimer = Timer(200, 500, function autocompleteTell(tabPressed) { - if (!events.feedingKeys && this.completions && options["autocomplete"].length) { + if (!events.feedingKeys && options["autocomplete"].length) { this.complete(true, false); this.itemList.visible = true; }