removeListener (obj, eventName, target, method) public
Remove an event listener
Arguments should match those passed to Ember.addListener
.
Parameters:
- obj
-
eventName
String
-
target
Object|Function
- A target object or a function
-
method
Function|String
- A function or the name of a function to be called on `target`
Please login to continue.