diff --git a/common/content/commandline.js b/common/content/commandline.js index 9aee6c788..d1b6759ed 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1762,7 +1762,7 @@ const ItemList = Class("ItemList", { this._divNodes.completions.appendChild(context.cache.nodes.root); }, this); - setTimeout(this.closure._autoSize, 0); + this.setTimeout(this.closure._autoSize, 0); }, /**