v0.2.2-rc.1
This commit is contained in:
parent
484a9d6c70
commit
270b20a2b0
110 changed files with 17357 additions and 3070 deletions
|
|
@ -45,7 +45,7 @@ var user = {
|
|||
[How to read signatures](how-to-read-signatures.md)
|
||||
|
||||
```clike
|
||||
EventHandler withAttr(String property, void callback(any value))
|
||||
EventHandler withAttr(String property, void callback(any value) [, any callbackThis])
|
||||
|
||||
where:
|
||||
EventHandler :: void handler(Event e)
|
||||
|
|
@ -63,6 +63,10 @@ where:
|
|||
|
||||
This is the value of the defined DOM element's property.
|
||||
|
||||
- **any callbackThis**
|
||||
|
||||
The object which the `this` keyword points to for the callback
|
||||
|
||||
- **returns EventHandler handler**
|
||||
|
||||
This handler method can be assigned to properties like `onclick`, or passed as callbacks to `addEventListener`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue