lint docs
This commit is contained in:
parent
56eaba95b5
commit
50d727d017
5 changed files with 11 additions and 8 deletions
|
|
@ -124,8 +124,8 @@ var querystring = m.buildQueryString({a: "1", b: "2"})
|
|||
#### m.withAttr(attrName, callback) - [docs](withAttr.md)
|
||||
|
||||
```javascript
|
||||
var state: {
|
||||
value = ""
|
||||
var state = {
|
||||
value: "",
|
||||
setValue: function(v) {value = v}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue