This commit is contained in:
Dan Mills 2008-12-18 01:09:17 -08:00
parent 9768e6c566
commit e21bb9c514

View File

@ -202,7 +202,7 @@ BookmarksStore.prototype = {
},
_itemExists: function BStore__itemExists(id) {
return this._getItemIdForGUID(record.id) >= 0;
return this._getItemIdForGUID(id) >= 0;
},
create: function BStore_create(record) {