mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 10:25:47 +01:00
Why the hell doesn't it make sense?
This commit is contained in:
@@ -603,6 +603,7 @@ function Bookmarks() //{{{
|
|||||||
list: function list(filter, tags, openItems, maxItems)
|
list: function list(filter, tags, openItems, maxItems)
|
||||||
{
|
{
|
||||||
// FIXME: returning here doesn't make sense
|
// FIXME: returning here doesn't make sense
|
||||||
|
// Why the hell doesn't it make sense? --Kris
|
||||||
if (!openItems)
|
if (!openItems)
|
||||||
return completion.listCompleter("bookmark", filter, maxItems, tags);
|
return completion.listCompleter("bookmark", filter, maxItems, tags);
|
||||||
let items = completion.runCompleter("bookmark", filter, maxItems, tags);
|
let items = completion.runCompleter("bookmark", filter, maxItems, tags);
|
||||||
@@ -850,6 +851,7 @@ function History() //{{{
|
|||||||
list: function list(filter, openItems, maxItems)
|
list: function list(filter, openItems, maxItems)
|
||||||
{
|
{
|
||||||
// FIXME: returning here doesn't make sense
|
// FIXME: returning here doesn't make sense
|
||||||
|
// Why the hell doesn't it make sense? --Kris
|
||||||
if (!openItems)
|
if (!openItems)
|
||||||
return completion.listCompleter("history", filter, maxItems);
|
return completion.listCompleter("history", filter, maxItems);
|
||||||
let items = completion.runCompleter("history", filter, maxItems);
|
let items = completion.runCompleter("history", filter, maxItems);
|
||||||
|
|||||||
Reference in New Issue
Block a user