Skip to content

Commit

Permalink
Adding Collection's clone() to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
philfreo committed Apr 19, 2012
1 parent 7eca8c7 commit 3d6772a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
<li><a href="#Collection-where">where</a></li>
<li><a href="#Collection-url">url</a></li>
<li><a href="#Collection-parse">parse</a></li>
<li><a href="#Collection-clone">clone</a></li>
<li><a href="#Collection-fetch">fetch</a></li>
<li><a href="#Collection-reset">reset</a></li>
<li><a href="#Collection-create">create</a></li>
Expand Down Expand Up @@ -1646,6 +1647,12 @@ <h2 id="Collection">Backbone.Collection</h2>
});
</pre>

<p id="Collection-clone">
<b class="header">clone</b><code>collection.clone()</code>
<br />
Returns a new instance of the collection with an identical list of models.
</p>

<p id="Collection-fetch">
<b class="header">fetch</b><code>collection.fetch([options])</code>
<br />
Expand Down

0 comments on commit 3d6772a

Please sign in to comment.