mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-08 02:55:54 +01:00
Fix :qmarks.
This commit is contained in:
@@ -90,15 +90,6 @@ const Template = Module("Template", {
|
||||
// </e4x>
|
||||
},
|
||||
|
||||
genericTable: function genericTable(items, format) {
|
||||
completion.listCompleter(function (context) {
|
||||
context.filterFunc = null;
|
||||
if (format)
|
||||
context.format = format;
|
||||
context.completions = items;
|
||||
});
|
||||
},
|
||||
|
||||
gradient: function (left, right)
|
||||
<div highlight="Gradient">
|
||||
<div style="height: 0px">
|
||||
|
||||
Reference in New Issue
Block a user