Fix typo from 991967d5b
This commit is contained in:
parent
5123c21e0d
commit
33eb31d6e2
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ Zotero.Server.Connector.SavePage.prototype = {
|
|||
}
|
||||
|
||||
var { library, collection, editable } = Zotero.Server.Connector.getSaveTarget();
|
||||
var libaryID = library.libraryID;
|
||||
var libraryID = library.libraryID;
|
||||
|
||||
// set handlers for translation
|
||||
var me = this;
|
||||
|
|
Loading…
Reference in a new issue