Skip to content

Commit

Permalink
Removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfintel committed Dec 15, 2018
1 parent ae7c3c5 commit 0ffe1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ function dlTest (done) {
}
}.bind(this), 200)
}
// upload test, calls done function whent it's over

// upload test, calls done function whent it's over
var ulCalled = false // used to prevent multiple accidental calls to ulTest
function ulTest (done) {
tverb('ulTest')
Expand Down

0 comments on commit 0ffe1c4

Please sign in to comment.