1
0
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:
Kris Maglione
2008-09-14 16:47:24 +00:00
parent f36d0848e1
commit 0a9b61dc73
3 changed files with 5 additions and 3 deletions

View File

@@ -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);
},