Skip to content

Commit f7e9816

Browse files
committed
docs(document): add ignoreAtomics option to docs
1 parent 403a28e commit f7e9816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/document.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,6 +2219,8 @@ Document.prototype[documentModifiedPaths] = Document.prototype.modifiedPaths;
22192219
* doc.isDirectModified('documents') // false
22202220
*
22212221
* @param {String} [path] optional
2222+
* @param {Object} [options]
2223+
* @param {Boolean} [options.ignoreAtomics=false] If true, doesn't return true if path is underneath an array that was modified with atomic operations like `push()`
22222224
* @return {Boolean}
22232225
* @api public
22242226
*/

0 commit comments

Comments
 (0)