www

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

commit 52a544850aa384eed480bbc4b5ae856fcb01e8d0
parent 2e4f75a9f0429cde65b0df56ddc9bfc7262d2fe6
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 15 Aug 2013 14:27:31 -0400

Rename Zotero.ID.getKey() to Zotero.Utilites.generateObjectKey()

(To make it accessible to the connector)

Diffstat:
Mchrome/content/zotero/xpcom/id.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/id.js b/chrome/content/zotero/xpcom/id.js @@ -25,7 +25,6 @@ Zotero.ID_Tracker = function () { this.get = get; - this.getKey = getKey; this.getBigInt = getBigInt; this.skip = skip; this.getTableName = getTableName;