make callback signature consistent w/ return value
This commit is contained in:
parent
64ce1b891c
commit
1780985036
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ m.mount(document.body, Component)
|
|||
Argument | Type | Required | Description
|
||||
----------- | -------------------- | -------- | ---
|
||||
`attrName` | `String` | Yes | The name of the attribute or property whose value will be used
|
||||
`callback` | `any -> Boolean?` | Yes | The callback
|
||||
`callback` | `any -> undefined` | Yes | The callback
|
||||
`thisArg` | `any` | No | An object to bind to the `this` keyword in the callback function
|
||||
**returns** | `Event -> undefined` | | An event handler function
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue