mharris717 / ember-cli-pagination

Pagination Addon for Ember CLI
MIT License
273 stars 116 forks source link

fix sendAction deprecations #259

Closed mcfiredrill closed 5 years ago

mcfiredrill commented 5 years ago

closes https://github.com/mharris717/ember-cli-pagination/issues/257

This changes the usage of sendAction to use closure actions.

I can't find anywhere in the source code where invalidPageAction or action is passed, so I assume these are optional actions?

If so I'll have to wrap them in if this.get('invalidPageAction') statements.

broerse commented 5 years ago

Fixed by version 3.1.5