removeArrayObserver (target, opts) Ember.Array
public
Removes an array observer from the object if the observer is current registered. Calling this method multiple times with the same object will have no effect.
Parameters:
-
target
Object
- The object observing the array.
-
opts
Object
- Optional hash of configuration options including `willChange` and `didChange` option.
Returns:
-
Ember.Array
- receiver
Please login to continue.