mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 12:25: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) {
|
remove: function remove(ids) {
|
||||||
try {
|
try {
|
||||||
if (!isArray(ids)) {
|
if (!isArray(ids)) {
|
||||||
let uri = util.newURI(url);
|
let uri = util.newURI(ids);
|
||||||
idw = services.get("bookmarks")
|
ids = services.get("bookmarks")
|
||||||
.getBookmarkIdsForURI(uri, {})
|
.getBookmarkIdsForURI(uri, {})
|
||||||
.filter(bookmarkcache.closure.isRegularBookmark);
|
.filter(bookmarkcache.closure.isRegularBookmark);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user