movableink / ember-pop-over

A pop-over component for Ember apps
MIT License
15 stars 22 forks source link

Deprecation warning with ember 2.8.1 #34

Closed marclefrancois closed 8 years ago

marclefrancois commented 8 years ago

Hi

I am in the process of updating to ember 2.8.1

I am now getting the following error from ember-pop-over

`Enumerable#contains` is deprecated, use `Enumerable#includes` instead. [deprecation id: ember-runtime.enumerable-contains] See http://emberjs.com/deprecations/v2.x#toc_enumerable-contains for more details.

Thanks, Marc

tim-evans commented 8 years ago

Thanks for the report!