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

(To make it accessible to the connector)
This commit is contained in:
Simon Kornblith 2013-08-15 14:27:31 -04:00
parent 2e4f75a9f0
commit 52a544850a

View file

@ -25,7 +25,6 @@
Zotero.ID_Tracker = function () {
this.get = get;
this.getKey = getKey;
this.getBigInt = getBigInt;
this.skip = skip;
this.getTableName = getTableName;