Fix secondary function name
This commit is contained in:
parent
ba32544c87
commit
5a6e8cb65b
1 changed files with 1 additions and 1 deletions
|
@ -1730,7 +1730,7 @@ Zotero.Utilities = {
|
||||||
/**
|
/**
|
||||||
* Generates a valid object key for the server API
|
* Generates a valid object key for the server API
|
||||||
*/
|
*/
|
||||||
"generateObjectKey":function getKey() {
|
"generateObjectKey":function generateObjectKey() {
|
||||||
// TODO: add 'L' and 'Y' after 3.0.11 cut-off
|
// TODO: add 'L' and 'Y' after 3.0.11 cut-off
|
||||||
var baseString = "23456789ABCDEFGHIJKMNPQRSTUVWXZ";
|
var baseString = "23456789ABCDEFGHIJKMNPQRSTUVWXZ";
|
||||||
return Zotero.Utilities.randomString(8, baseString);
|
return Zotero.Utilities.randomString(8, baseString);
|
||||||
|
|
Loading…
Add table
Reference in a new issue