MutableEnumerable#removeObject()

removeObject (object) Objectpublic

Defined in packages/ember-runtime/lib/mixins/mutable_enumerable.js:84

Required. You must implement this method to apply this mixin.

Attempts to remove the passed object from the receiver collection if the object is present in the collection. If the object is not present, this method has no effect.

If the passed object is of a type not supported by the receiver, then this method should raise an exception.

Parameters:

object Object
The object to remove from the enumerable.

Returns:

Object
the passed object
doc_EmberJs
2016-11-30 16:52:38
Comments
Leave a Comment

Please login to continue.