From 52a544850aa384eed480bbc4b5ae856fcb01e8d0 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 15 Aug 2013 14:27:31 -0400 Subject: [PATCH] Rename Zotero.ID.getKey() to Zotero.Utilites.generateObjectKey() (To make it accessible to the connector) --- chrome/content/zotero/xpcom/id.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/id.js b/chrome/content/zotero/xpcom/id.js index 120f9527c3..4d68d79111 100644 --- 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;