Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept multiple paths or array of paths to depopulate
- `Document.depopulate()` now accepts an array of paths, e.g. `['some', 'path', 'other.path']` - `Document.depopulate()` now accepts space separated paths, e.g. `'some path other.path'` - Fixes #5797
- Loading branch information