Procházet zdrojové kódy

Removed empty line

adolfintel před 7 roky
rodič
revize
0ffe1c483b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      speedtest_worker.js

+ 1 - 1
speedtest_worker.js

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