doc: pluralize event

This commit is contained in:
Kevin Sawicki
2013-04-19 11:03:38 -07:00
parent 74d6bf776d
commit 8bf9598f7b

View File

@@ -89,7 +89,7 @@ module.exports =
@afterUnsubscribe?() if @subscriptionCount() < subscriptionCountBefore
# Public: When called, stops triggering any event.
# Public: When called, stops triggering any events.
pauseEvents: ->
@pauseCount ?= 0
if @pauseCount++ == 0