Cleaned up some CoffeeScript syntax
This commit is contained in:
parent
175bfa0dfd
commit
c1da3b6a57
@ -42,8 +42,7 @@ fetchTestBenchmarkResults = (testId, benchmarkId) ->
|
||||
catch error
|
||||
console.error 'An error occurred while fetching benchmark results.', error
|
||||
|
||||
$('#results-table tbody tr').each((index, tr) ->
|
||||
$('#results-table tbody tr').each (index, tr) ->
|
||||
benchmarkId = $(tr).data('benchmark-id')
|
||||
console.log("Fetching results for benchmark id: " + benchmarkId)
|
||||
fetchTestBenchmarkResults(testId, benchmarkId)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user