mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-29 03:33:32 +02:00
Fixed :qmarks
This commit is contained in:
@@ -213,7 +213,7 @@ const template = {
|
|||||||
// @param headers is an array of strings, the text for the header columns
|
// @param headers is an array of strings, the text for the header columns
|
||||||
genericTable: function genericTable(items, format)
|
genericTable: function genericTable(items, format)
|
||||||
{
|
{
|
||||||
this.listCompleter(function (context) {
|
completion.listCompleter(function (context) {
|
||||||
context.filterFunc = null;
|
context.filterFunc = null;
|
||||||
if (format)
|
if (format)
|
||||||
context.format = format;
|
context.format = format;
|
||||||
|
|||||||
Reference in New Issue
Block a user