remove(listener, context) → {function}
Remove a single event listener.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
listener | function | Handler function that should be removed. | ||
context | object | <optional> | null | Execution context (since you can add the same handler multiple times if executing in a different context). |
Returns
function -
Listener handler function.
- Source code: core/Signal.js (Line 305)
Please login to continue.