Skip to content

Commit

Permalink
Remove the redundant documentation bits
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Mar 25, 2013
1 parent 3bfbcd4 commit 5b8f794
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -987,11 +987,6 @@ <h2 id="Model">Backbone.Model</h2>
otherwise added automatically when you first add a model to a collection.
</p>

<p>
<tt>{urlRoot: "..."}</tt> option may be passed when creating a new model
that needs to have a custom one-off URL endpoint.
</p>

<p>
If <tt>{parse: true}</tt> is passed as an <b>option</b>, the <b>attributes</b>
will first be converted by <a href="#Model-parse">parse</a> before being
Expand Down Expand Up @@ -1609,8 +1604,8 @@ <h2 id="Collection">Backbone.Collection</h2>
may be included as an option. Passing <tt>false</tt> as the
comparator option will prevent sorting. If you define an
<b>initialize</b> function, it will be invoked when the collection is
created. There are several options that, if provided, are attached to the
collection directly: <tt>url</tt>, <tt>model</tt> and <tt>comparator</tt>.
created. There are a couple of options that, if provided, are attached to
the collection directly: <tt>model</tt> and <tt>comparator</tt>.
</p>

<pre>
Expand Down

0 comments on commit 5b8f794

Please sign in to comment.