소스 검색

Removed empty line

adolfintel 7 년 전
부모
커밋
0ffe1c483b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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')