removeAll(context)
Remove all event listeners.
Parameters
| Name | Type | Argument | Default | Description |
|---|---|---|---|---|
context | object | <optional> | null | If specified only listeners for the given context will be removed. |
- Source code: core/Signal.js (Line 329)
removeAll(context)
Remove all event listeners.
| Name | Type | Argument | Default | Description |
|---|---|---|---|---|
context | object | <optional> | null | If specified only listeners for the given context will be removed. |
Please login to continue.