mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 12:15:49 +01:00
Fix :bmark!.
--HG-- extra : rebase_source : 0a2fca19627555ada35aa580e58bc5e0e608a756
This commit is contained in:
@@ -29,7 +29,7 @@ const BookmarkCache = Module("BookmarkCache", {
|
||||
bookmarks.addObserver(this, false);
|
||||
},
|
||||
|
||||
__iterator__: function () (val for ([, val] in Iterator(this.bookmarks))),
|
||||
__iterator__: function () (val for ([, val] in Iterator(bookmarkcache.bookmarks))),
|
||||
|
||||
get bookmarks() Class.replaceProperty(this, "bookmarks", this.load()),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user