Merge branch 'gh-pages' of github.com:documentcloud/backbone into gh-pages

This commit is contained in:
Jeremy Ashkenas
2012-12-14 10:28:35 -05:00

View File

@@ -980,12 +980,11 @@ book.set("title", "A Scandal in Bohemia");
</p>
<p>
Passing <tt>{silent: true}</tt> as an option will defer both the validation
and the event. This is useful when you want to
change attributes provisionally or rapidly, without propagating the change
through the rest of the system. That said, <tt>silent</tt> doesn't mean that
the change (and event) won't happen, it's merely silenced until the next
<a href="#Model-change">change</a>.
Passing <tt>{silent: true}</tt> as an option will defer the event.
This is useful when you want to change attributes provisionally or rapidly,
without propagating the change through the rest of the system.
That said, <tt>silent</tt> doesn't mean that the change (and event) won't happen,
it's merely silenced until the next <a href="#Model-change">change</a>.
</p>
<p id="Model-escape">