fix linting

This commit is contained in:
chico
2015-02-13 02:45:50 +03:00
parent 96677d5da5
commit 862f7d6a41
+1 -1
View File
@@ -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);