mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
fix getTagsForURI call (API changed); bump version
This commit is contained in:
parent
bcae2e86b5
commit
ffe5f4241e
@ -360,7 +360,7 @@ BookmarksStore.prototype = {
|
||||
item.title = node.title;
|
||||
}
|
||||
item.URI = node.uri;
|
||||
item.tags = this._ts.getTagsForURI(makeURI(node.uri));
|
||||
item.tags = this._ts.getTagsForURI(makeURI(node.uri), {});
|
||||
item.keyword = this._bms.getKeywordForBookmark(node.itemId);
|
||||
} else if (node.type == node.RESULT_TYPE_SEPARATOR) {
|
||||
item.type = "separator";
|
||||
|
Loading…
Reference in New Issue
Block a user