mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 06:34:12 +01:00
Remove more unused vars.
This commit is contained in:
@@ -48,7 +48,7 @@ update(Bookmark.prototype, {
|
||||
let res = [];
|
||||
res.toString = function () this.join("/");
|
||||
|
||||
let id = this.id, parent, title;
|
||||
let id = this.id, title;
|
||||
while ((id = services.bookmarks.getFolderIdForItem(id)) &&
|
||||
(title = services.bookmarks.getItemTitle(id)))
|
||||
res.push(title);
|
||||
|
||||
Reference in New Issue
Block a user