mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
fix linting
This commit is contained in:
@@ -53,7 +53,7 @@ var BrowserPerfRunnerApp = React.createClass({
|
||||
return key.indexOf(queueItem.test) === 0;
|
||||
})
|
||||
.map(function(key) {
|
||||
return this.state.results[key];
|
||||
return this.state.results[key];
|
||||
}, this);
|
||||
this.props.onCompleteEach(resultsForAllVersions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user