lint docs

This commit is contained in:
Leo Horie 2016-12-02 21:19:19 -05:00
parent 56eaba95b5
commit 50d727d017
5 changed files with 11 additions and 8 deletions

View file

@ -13,8 +13,8 @@
Returns an event handler that runs `callback` with the value of the specified DOM attribute
```javascript
var state: {
value = ""
var state = {
value: "",
setValue: function(v) {value = v}
}