1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 15:34:11 +01:00

Fixed :qmarks

This commit is contained in:
Martin Stubenschrott
2008-12-08 02:08:45 +01:00
parent fb8f329c76
commit f52548c7a6

View File

@@ -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;