zotero/test/content
Dan Stillman ebc53a2bbc Add noteSchemaVersion, and replace item.getNote() with .note
```
var noteContents = item.note; // was item.getNote()
var schemaVersion = item.noteSchemaVersion;

item.setNote(contents) // default to Zotero.Notes.schemaVersion
item.setNote(contents, schemaVersion) - explicit version
```
2021-03-02 17:36:05 -05:00
..
runtests.html Don't try to include jquery.js in tests HTML page 2020-02-11 00:23:45 -05:00
runtests.js Remove \r characters in test output 2021-01-18 23:06:13 -05:00
support.js Add noteSchemaVersion, and replace item.getNote() with .note 2021-03-02 17:36:05 -05:00