mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Shim subscriptionCount to getSubscriptionCount
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#FIXME remove once all packages have been updated
|
||||
Emitter::trigger = (args...) => @emit(args...)
|
||||
Emitter::subscriptionCount = (args...) => @getSubscriptionCount(args...)
|
||||
|
||||
module.exports =
|
||||
_: require '../src/underscore-extensions'
|
||||
|
||||
Reference in New Issue
Block a user