mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 15:32:27 +01:00
Ugh.
This commit is contained in:
@@ -97,7 +97,7 @@ var BookmarkCache = Module("BookmarkCache", XPCOM(Ci.nsINavBookmarkObserver), {
|
||||
let res = {};
|
||||
for (let bookmark of this)
|
||||
if (bookmark.keyword)
|
||||
res[bookmark.keyword] = res;
|
||||
res[bookmark.keyword] = bookmark;
|
||||
|
||||
return res;
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user