Merge pull request #164 from nixterrimus/patch-1

Change comment in run-jasmine example to be consistent with the way the c
1.4
Ariya Hidayat 2011-10-06 19:40:30 -07:00
commit 3c11109e28
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
}
}
}, 100); //< repeat check every 250ms
}, 100); //< repeat check every 100ms
};