Fix whitespace/etc. in examples (#1115)
This commit is contained in:
parent
8d4db4bfa9
commit
02cc4ec1d6
21 changed files with 282 additions and 283 deletions
|
|
@ -56,11 +56,11 @@ var DBMon = React.createClass({
|
|||
|
||||
loadSamples: function loadSamples() {
|
||||
var data = ENV.generateData(true).toArray()
|
||||
|
||||
|
||||
perfMonitor.startProfile("render")
|
||||
this.setState({databases: data})
|
||||
perfMonitor.endProfile("render")
|
||||
|
||||
|
||||
setTimeout(this.loadSamples, ENV.timeout)
|
||||
},
|
||||
|
||||
|
|
@ -85,4 +85,4 @@ var DBMon = React.createClass({
|
|||
}
|
||||
})
|
||||
|
||||
ReactDOM.render(h(DBMon, null), document.getElementById("app"))
|
||||
ReactDOM.render(h(DBMon, null), document.getElementById("app"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue