updating documentation for Collection#reset method signature, fixes #1785

This commit is contained in:
Sam Breed
2012-10-30 19:47:41 -06:00
parent 1eb7964a45
commit c162894784

View File

@@ -1819,7 +1819,7 @@ Accounts.fetch();
</p>
<p id="Collection-reset">
<b class="header">reset</b><code>collection.reset(models, [options])</code>
<b class="header">reset</b><code>collection.reset([models], [options])</code>
<br />
Adding and removing models one at a time is all well and good, but sometimes
you have so many models to change that you'd rather just update the collection