removeObserver (key, target, method) public
Remove an observer you have previously registered on this object. Pass the same key, target, and method you passed to addObserver()
and your target will no longer receive notifications.
Parameters:
-
key
String
- The key to observer
-
target
Object
- The target object to invoke
-
method
String|Function
- The method to invoke.
Please login to continue.