Missed annotation property from 7889cd5d3

This commit is contained in:
Dan Stillman 2021-03-21 15:53:12 -04:00
parent 7990ce721e
commit c0eea4dadd

View file

@ -32,7 +32,7 @@ Zotero.Annotations = new function () {
Zotero.defineProperty(this, 'ANNOTATION_TYPE_IMAGE', { value: 3 }); Zotero.defineProperty(this, 'ANNOTATION_TYPE_IMAGE', { value: 3 });
Zotero.defineProperty(this, 'PROPS', { Zotero.defineProperty(this, 'PROPS', {
value: ['type', 'text', 'comment', 'color', 'sortIndex', 'position'], value: ['type', 'text', 'comment', 'color', 'pageLabel', 'sortIndex', 'position'],
writable: false writable: false
}); });