Open vlascik opened 7 years ago
Hi @vlascik, it looks like this addon is no longer maintained. You should go check out my fork over at #9 . I've made several fixes over there that I think you should check out! If you have any questions feel free to raise an issue.
If you have Ember function prototype extensions turned off (I think it's discouraged a lot now), .on is not a function and this addon fails:
This should be rewritten in mixin: (
_startObserving
,_stopObserving
) and in addon (didInsertElement
andwillDestroyElement
).https://guides.emberjs.com/v2.3.0/configuring-ember/disabling-prototype-extensions/