Skip to content

Commit

Permalink
removing model.change from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Dec 26, 2012
1 parent 1e8c79d commit 61021d3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.html
Expand Up @@ -339,7 +339,6 @@
<li><a href="#Model-parse">parse</a></li>
<li><a href="#Model-clone">clone</a></li>
<li><a href="#Model-isNew">isNew</a></li>
<li><a href="#Model-change">change</a></li>
<li><a href="#Model-hasChanged">hasChanged</a></li>
<li><a href="#Model-changedAttributes">changedAttributes</a></li>
<li><a href="#Model-previous">previous</a></li>
Expand Down Expand Up @@ -1401,16 +1400,6 @@ <h2 id="Model">Backbone.Model</h2>
an <tt>id</tt>, it is considered to be new.
</p>

<p id="Model-change">
<b class="header">change</b><code>model.change()</code>
<br />
Manually trigger the <tt>"change"</tt> event and a <tt>"change:attribute"</tt>
event for each attribute that has changed. If you've been passing
<tt>{silent: true}</tt> to the <a href="#Model-set">set</a> function in order to
aggregate rapid changes to a model, you'll want to call <tt>model.change()</tt>
when you're all finished.
</p>

<p id="Model-hasChanged">
<b class="header">hasChanged</b><code>model.hasChanged([attribute])</code>
<br />
Expand Down

0 comments on commit 61021d3

Please sign in to comment.