Skip to content

Commit 52a03a7

Browse files
committed
Merge pull request jashkenas#2803 from philfreo/patch-2
fixing minor inconsistency in docs
2 parents d13b40e + 6e99a2c commit 52a03a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ <h2 id="Events">Backbone.Events</h2>
864864

865865
<p>
866866
Generally speaking, when calling a function that emits an event
867-
(<tt>model.set()</tt>, <tt>collection.add</tt>, and so on...),
867+
(<tt>model.set</tt>, <tt>collection.add</tt>, and so on...),
868868
if you'd like to prevent the event from being triggered, you may pass
869869
<tt>{silent: true}</tt> as an option. Note that this is <i>rarely</i>,
870870
perhaps even never, a good idea. Passing through a specific flag

0 commit comments

Comments
 (0)