mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 16:55:46 +01:00
Fix breaking typos in Bookmarks#remove.
--HG-- extra : rebase_source : 22db0aad758f6b87d5581c33faf3142ed7896cea
This commit is contained in:
@@ -162,8 +162,8 @@ const Bookmarks = Module("bookmarks", {
|
||||
remove: function remove(ids) {
|
||||
try {
|
||||
if (!isArray(ids)) {
|
||||
let uri = util.newURI(url);
|
||||
idw = services.get("bookmarks")
|
||||
let uri = util.newURI(ids);
|
||||
ids = services.get("bookmarks")
|
||||
.getBookmarkIdsForURI(uri, {})
|
||||
.filter(bookmarkcache.closure.isRegularBookmark);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user