From f52548c7a69459cde53d2b586b343a41063c0600 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Mon, 8 Dec 2008 02:08:45 +0100 Subject: [PATCH] Fixed :qmarks --- common/content/template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/template.js b/common/content/template.js index a8ad93e5..73c931ba 100644 --- a/common/content/template.js +++ b/common/content/template.js @@ -213,7 +213,7 @@ const template = { // @param headers is an array of strings, the text for the header columns genericTable: function genericTable(items, format) { - this.listCompleter(function (context) { + completion.listCompleter(function (context) { context.filterFunc = null; if (format) context.format = format;