mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 01:42:26 +01:00
Fix 'for each' loops.
This commit is contained in:
@@ -320,6 +320,8 @@ liberator.Bookmarks = function () //{{{
|
||||
// takes about 1 sec
|
||||
get: function (filter, tags, bypassCache)
|
||||
{
|
||||
if(bypassCache) // Is this really necessary anymore?
|
||||
cache.load();
|
||||
return liberator.completion.filterURLArray(cache.bookmarks, filter, tags);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user