Upgrading ember-model to Ember 1.13 results in several deprecation warnings. Most are easy fixes but one is more challenging: Ember.observesBefore has been deprecated. Any suggestions how to replace its use in ember-model (used by _contentWillChange method of Ember.ManyArray in has_many_array.js)?
Upgrading ember-model to Ember 1.13 results in several deprecation warnings. Most are easy fixes but one is more challenging:
Ember.observesBefore
has been deprecated. Any suggestions how to replace its use in ember-model (used by_contentWillChange
method ofEmber.ManyArray
inhas_many_array.js
)?