mirror of
https://github.com/zotero/zotero.git
synced 2026-09-22 00:32:47 +00:00
Missed annotation property from 7889cd5d3
This commit is contained in:
parent
7990ce721e
commit
c0eea4dadd
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Zotero.Annotations = new function () {
|
|||
Zotero.defineProperty(this, 'ANNOTATION_TYPE_IMAGE', { value: 3 });
|
||||
|
||||
Zotero.defineProperty(this, 'PROPS', {
|
||||
value: ['type', 'text', 'comment', 'color', 'sortIndex', 'position'],
|
||||
value: ['type', 'text', 'comment', 'color', 'pageLabel', 'sortIndex', 'position'],
|
||||
writable: false
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue