once(eventName, callback)
Add an EventListener that's only called once.
Parameters
Name | Type | Description |
---|---|---|
eventName | String | Name of the event. |
callback | function | Callback function. |
- Source code: plugins/path/EventTarget.js (Line 124)
once(eventName, callback)
Add an EventListener that's only called once.
Name | Type | Description |
---|---|---|
eventName | String | Name of the event. |
callback | function | Callback function. |
Please login to continue.