Fix another typo in c81961a9be
This commit is contained in:
parent
adcae4b902
commit
bd5243221b
1 changed files with 1 additions and 1 deletions
|
@ -1138,7 +1138,7 @@ Zotero.Items = function() {
|
|||
|
||||
this.getFirstCreatorFromJSON = function (json) {
|
||||
Zotero.warn("Zotero.Items.getFirstCreatorFromJSON() is deprecated "
|
||||
+ "-- use Zotero.Utilities.Internal.getFirstCreatorFromItemJSON()";
|
||||
+ "-- use Zotero.Utilities.Internal.getFirstCreatorFromItemJSON()");
|
||||
return Zotero.Utilities.Internal.getFirstCreatorFromItemJSON(json);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue