mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
typo fix
This commit is contained in:
parent
9768e6c566
commit
e21bb9c514
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user