Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
06ea431b
...
06ea431b029f9c3e40832bbc3ae62681538dfa11
authored
2012-05-28 19:25:18 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed #127 - typo
1 parent
5eadafd9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
docs
modules/casper.js
docs
@
f39cf6aa
Subproject commit
adb2d754c65061d7607c30247575e46c203e3731
Subproject commit
f39cf6aa2c4707337c9abfb3d8b92fd8e840ae18
...
...
modules/casper.js
View file @
06ea431
...
...
@@ -1081,7 +1081,7 @@ Casper.prototype.wait = function wait(timeout, then) {
return
this
.
then
(
function
_step
()
{
this
.
waitStart
();
setTimeout
(
function
_check
(
self
)
{
self
.
log
(
f
(
"wait() finished wating for %dms."
,
timeout
),
"info"
);
self
.
log
(
f
(
"wait() finished wa
i
ting for %dms."
,
timeout
),
"info"
);
if
(
then
)
{
then
.
call
(
self
,
self
);
}
...
...
Please
register
or
sign in
to post a comment