Fix typos (thanks @aurimasv)
This commit is contained in:
parent
8e2de92ca8
commit
70f04c3d8b
3 changed files with 3 additions and 3 deletions
|
@ -1497,5 +1497,5 @@ Zotero.Collection.prototype._refreshChildCollections = function () {
|
|||
|
||||
|
||||
Zotero.Collection.prototype._generateKey = function () {
|
||||
return Zotero.Utilites.generateObjectKey();
|
||||
return Zotero.Utilities.generateObjectKey();
|
||||
}
|
||||
|
|
|
@ -552,7 +552,7 @@ Zotero.Creator.prototype._checkValue = function (field, value) {
|
|||
|
||||
|
||||
Zotero.Creator.prototype._generateKey = function () {
|
||||
return Zotero.Utilites.generateObjectKey();
|
||||
return Zotero.Utilities.generateObjectKey();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -773,6 +773,6 @@ Zotero.Tag.prototype._prepFieldChange = function (field) {
|
|||
|
||||
|
||||
Zotero.Tag.prototype._generateKey = function () {
|
||||
return Zotero.Utilites.generateObjectKey();
|
||||
return Zotero.Utilities.generateObjectKey();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue