Skip to content

Commit aa41885

Browse files
authored
Fix typos (#388)
1 parent 7742a05 commit aa41885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/js/run_jsunit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function waitFor(testFx, onReady, timeOutMillis) {
2-
var maxtimeOutMillis = timeOutMillis ? timeOutMillis : 3001, //< Default Max Timout is 3s
2+
var maxtimeOutMillis = timeOutMillis ? timeOutMillis : 3001, //< Default Max Timeout is 3s
33
start = new Date().getTime(),
44
condition = false,
55
interval = setInterval(function() {

0 commit comments

Comments
 (0)