mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
override _itemExists, itemExists (no _) checks for cached items, then calls that
This commit is contained in:
parent
2de7c6df82
commit
32773c0f83
@ -201,7 +201,7 @@ BookmarksStore.prototype = {
|
|||||||
return null;
|
return null;
|
||||||
},
|
},
|
||||||
|
|
||||||
itemExists: function BStore_itemExists(id) {
|
_itemExists: function BStore__itemExists(id) {
|
||||||
return this._getItemIdForGUID(record.id) >= 0;
|
return this._getItemIdForGUID(record.id) >= 0;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user