Merge branch 'master' into docker

This commit is contained in:
adolfintel 2018-12-15 08:18:27 +01:00
commit ea0f96f449

View file

@ -293,8 +293,8 @@ function dlTest (done) {
} }
}.bind(this), 200) }.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 var ulCalled = false // used to prevent multiple accidental calls to ulTest
function ulTest (done) { function ulTest (done) {
tverb('ulTest') tverb('ulTest')