www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 5a6e8cb65bc947c5d62f967a74556e682d855129
parent ba32544c8706e5c12b6a15350986f3c49573604f
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 27 Aug 2013 17:08:31 -0400

Fix secondary function name

Diffstat:
Mchrome/content/zotero/xpcom/utilities.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js @@ -1730,7 +1730,7 @@ Zotero.Utilities = { /** * 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 var baseString = "23456789ABCDEFGHIJKMNPQRSTUVWXZ"; return Zotero.Utilities.randomString(8, baseString);