commit 78d62b5c7c1a315fee2ff210cc0f58b21787a20b parent b491ea6516471123ba3d108cd1ac437f0c55a6a3 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 16 Jun 2015 20:32:14 -0400 '@params' -> '@param' in comment Diffstat:
| M | chrome/content/zotero/xpcom/data/dataObject.js | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/chrome/content/zotero/xpcom/data/dataObject.js b/chrome/content/zotero/xpcom/data/dataObject.js @@ -812,14 +812,14 @@ Zotero.DataObject.prototype.editCheck = function () { /** * Save changes to database * - * @params {Object} [options] - * @params {Boolean} [options.skipCache] - Don't save add new object to the cache; if set, object + * @param {Object} [options] + * @param {Boolean} [options.skipCache] - Don't save add new object to the cache; if set, object * is disabled after save - * @params {Boolean} [options.skipDateModifiedUpdate] - * @params {Boolean} [options.skipClientDateModifiedUpdate] - * @params {Boolean} [options.skipNotifier] - Don't trigger Zotero.Notifier events - * @params {Boolean} [options.skipSelect] - Don't select object automatically in trees - * @params {Boolean} [options.skipSyncedUpdate] - Don't automatically set 'synced' to false + * @param {Boolean} [options.skipDateModifiedUpdate] + * @param {Boolean} [options.skipClientDateModifiedUpdate] + * @param {Boolean} [options.skipNotifier] - Don't trigger Zotero.Notifier events + * @param {Boolean} [options.skipSelect] - Don't select object automatically in trees + * @param {Boolean} [options.skipSyncedUpdate] - Don't automatically set 'synced' to false * @return {Promise<Integer|Boolean>} Promise for itemID of new item, * TRUE on item update, or FALSE if item was unchanged */