fixed #127 - typo
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -1081,7 +1081,7 @@ Casper.prototype.wait = function wait(timeout, then) { | ... | @@ -1081,7 +1081,7 @@ Casper.prototype.wait = function wait(timeout, then) { |
1081 | return this.then(function _step() { | 1081 | return this.then(function _step() { |
1082 | this.waitStart(); | 1082 | this.waitStart(); |
1083 | setTimeout(function _check(self) { | 1083 | setTimeout(function _check(self) { |
1084 | self.log(f("wait() finished wating for %dms.", timeout), "info"); | 1084 | self.log(f("wait() finished waiting for %dms.", timeout), "info"); |
1085 | if (then) { | 1085 | if (then) { |
1086 | then.call(self, self); | 1086 | then.call(self, self); |
1087 | } | 1087 | } | ... | ... |
-
Please register or sign in to post a comment