fix getTagsForURI call (API changed); bump version

This commit is contained in:
thunder@daniel-millss-macbook-pro-15.local 2007-12-24 14:47:37 -08:00
parent bcae2e86b5
commit ffe5f4241e

View File

@ -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";