tweaks to docs
This commit is contained in:
parent
f1f52445ec
commit
ae916664de
3 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ Returns an event handler that runs `callback` with the value of the specified DO
|
|||
```javascript
|
||||
var state = {
|
||||
value: "",
|
||||
setValue: function(v) {value = v}
|
||||
setValue: function(v) {state.value = v}
|
||||
}
|
||||
|
||||
var Component = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue