enumerableContentWillChange (removing, adding) private
Invoke this method just before the contents of your enumerable will change. You can either omit the parameters completely or pass the objects to be removed or added if available or just a count.
Parameters:
-
removing
Ember.Enumerable|Number
- An enumerable of the objects to be removed or the number of items to be removed.
-
adding
Ember.Enumerable|Number
- An enumerable of the objects to be added or the number of items to be added.
Please login to continue.