Better comment for Zotero.Item.prototype._getPageIndexSettingKey()

This commit is contained in:
Dan Stillman 2021-02-16 07:38:54 -05:00
parent c8ee3196cd
commit bb9237e82d

View file

@ -3301,7 +3301,11 @@ Zotero.Item.prototype.setAttachmentPageIndex = async function (val) {
};
// pageIndex_u_ABCD2345
/**
* Get the key for the item's pageIndex synced setting
*
* E.g., 'pageIndex_u_ABCD2345' or 'pageIndex_g123_ABCD2345'
*/
Zotero.Item.prototype._getPageIndexSettingKey = function () {
var library = Zotero.Libraries.get(this.libraryID);
var id = 'pageIndex_';