issues
search
gilgen
/
ember-pusher
A proper Ember / Pusher integration.
MIT License
99
stars
35
forks
source link
Fix typo and add note in Readme
#11
Closed
ascot21
closed
9 years ago
ascot21
commented
9 years ago
Small typo fix in example code
added note about needing to call
this._super()
when constructing PUSHER_SUBSCRIPTIONS in
init()
. My guess is this will help a few people.
gilgen
commented
9 years ago
Awesome, thanks @ascot21!
this._super()
when constructing PUSHER_SUBSCRIPTIONS ininit()
. My guess is this will help a few people.