mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
doc: pluralize event
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user