Removed empty line

This commit is contained in:
adolfintel 2018-12-15 08:18:17 +01:00
parent ae7c3c53d6
commit 0ffe1c483b

View file

@ -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')