Commit 7ef2d11f 7ef2d11f8f19eb7a9124af5d0724a44dbd5d5d88 by Nicolas Perriault

typo

1 parent f0b8a38a
Subproject commit e59a29bd4edb7899894219c3b3f6d1a52f9c62af
Subproject commit e37ddaa4dd0d94685f862bf229426924f26c1ada
......
......@@ -1105,7 +1105,8 @@ Casper.prototype.waitFor = function waitFor(testFx, then, onTimeout, timeout) {
/**
* Waits until a given resource is loaded
*
* @param String/Function test A function to test if the resource exists. A string will be matched against the resources url.
* @param String/Function test A function to test if the resource exists.
* A string will be matched against the resources url.
* @param Function then The next step to perform (optional)
* @param Function onTimeout A callback function to call on timeout (optional)
* @param Number timeout The max amount of time to wait, in milliseconds (optional)
......