markdown syntax

Small problem with markdown syntax in syntax-highlighted block.
This commit is contained in:
ngavalas
2013-06-14 16:41:02 -07:00
parent ecf97b1a98
commit d5bf0214ae

View File

@@ -108,7 +108,7 @@ Transfer properties from this component to a target component that have not alre
#### setState
```javascript
setState(object nextState_[, function callback]_)
setState(object nextState[, function callback])
```
Merges nextState with the current state. This is the primary method you use to trigger UI updates from event handlers and server request callbacks. In addition, you can supply an optional callback function that is executed once `setState` is completed.