ember-pusher icon indicating copy to clipboard operation
ember-pusher copied to clipboard

Replace contains for includes, since contains has been deprecated

Open arthur5005 opened this issue 7 years ago • 1 comments

This PR replaces the use of .contains for .includes since .contains is no longer a method on the array in the latest versions of Ember.

https://www.emberjs.com/deprecations/v2.x/#toc_ember-runtime-enumerable-contains

arthur5005 avatar Dec 29 '18 21:12 arthur5005

@jamiebikies We're trying to move to a version of Ember that no longer supports this. Do you need any additional information prior to merging this PR?

flexyford avatar Apr 15 '19 21:04 flexyford