miguelcobain / ember-composability-tools

ember-composability-tools - Helpers for building a somewhat different kind of components.
MIT License
39 stars 18 forks source link

Update array.new-array-wrapper deprecation #21

Closed jhitchins88 closed 5 years ago

jhitchins88 commented 5 years ago

There's an ember deprecation requiring EmberArray's to not use new on the constructor. Should be an easy fix.

miguelcobain commented 5 years ago

Fixed by #20. Thanks!