override _itemExists, itemExists (no _) checks for cached items, then calls that

This commit is contained in:
Dan Mills 2008-12-17 02:29:28 -08:00
parent 2de7c6df82
commit 32773c0f83

View File

@ -201,7 +201,7 @@ BookmarksStore.prototype = {
return null;
},
itemExists: function BStore_itemExists(id) {
_itemExists: function BStore__itemExists(id) {
return this._getItemIdForGUID(record.id) >= 0;
},