diff --git a/perf/lib/BrowserPerfRunnerApp.react.js b/perf/lib/BrowserPerfRunnerApp.react.js index a614b722a4..e6d83e224f 100644 --- a/perf/lib/BrowserPerfRunnerApp.react.js +++ b/perf/lib/BrowserPerfRunnerApp.react.js @@ -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);