Change comment in run-jasmine example to be consistent with the way the code is written

1.3
Nick Rowe 2011-10-06 13:43:12 -07:00 committed by Ariya Hidayat
parent b6e69b5015
commit 761f456c32
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function waitFor(testFx, onReady, timeOutMillis) {
clearInterval(interval); //< Stop this interval clearInterval(interval); //< Stop this interval
} }
} }
}, 100); //< repeat check every 250ms }, 100); //< repeat check every 100ms
}; };