mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Merge pull request #2803 from philfreo/patch-2
fixing minor inconsistency in docs
This commit is contained in:
@@ -864,7 +864,7 @@ view.stopListening(model);
|
||||
|
||||
<p>
|
||||
Generally speaking, when calling a function that emits an event
|
||||
(<tt>model.set()</tt>, <tt>collection.add</tt>, and so on...),
|
||||
(<tt>model.set</tt>, <tt>collection.add</tt>, and so on...),
|
||||
if you'd like to prevent the event from being triggered, you may pass
|
||||
<tt>{silent: true}</tt> as an option. Note that this is <i>rarely</i>,
|
||||
perhaps even never, a good idea. Passing through a specific flag
|
||||
|
||||
Reference in New Issue
Block a user