Skip to content

Commit

Permalink
one char change to force a re-build (i am not proud)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvazac committed Nov 2, 2018
1 parent 2c9df3b commit 854f470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/performance-timeline-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function test_entries(actualEntries, expectedEntries) {

function delayedLoadListener(callback) {
window.addEventListener('load', function() {
// TODO(cvazac) Remove this setTimeout when spec enforces sync entries
// TODO(cvazac) Remove this setTimeout when spec enforces sync entries.
step_timeout(callback, 0)
})
}

0 comments on commit 854f470

Please sign in to comment.