Closed davelindquist-egistix closed 4 years ago
Sure thing. Thanks for the PR and clean up in general. Let me know when you want new version put out.
Wow, that was fast work! :-)
Is it possible to get a new version? (Assuming you think my changes make sense.) We get a huge spew of deprecation warnings in our application (because there is a lot of data being loaded), so I'm currently pointing to my github fork instead of to a correct version.
Thanks!
no problem -> V0.10.1 is now ready
Thanks!
As noted in #65 (Replace deprecated usage of Ember.Evented) the deprecation warnings continue to appear, due to the this._super calls inside the event definitions.
This pull request simply removes the this._super calls (thus removing the deprecation warnings).
As far as I can tell, the super calls are not needed anyway - walking through the code:
So it appears that the this._super in the event is not actually going to gain anything?
Can we bring in this pull request until the future-work is done to move away from the ready call/etc?