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
0bd73931
...
0bd73931a412bfae1ccf69ff84795a56871c7586
authored
2012-12-18 14:31:22 -0800
by
Tyler Ritchie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixes typo that caused build to fail in commit to fix #327
1 parent
8752de4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/casper.js
modules/casper.js
View file @
0bd7393
...
...
@@ -1988,7 +1988,7 @@ function createPage(casper) {
}
};
page
.
onConfirm
=
function
onConfirm
(
message
)
{
var
listener_exists
=
typeof
ca
ps
er
.
_filters
[
'page.confirm'
]
!==
'undefined'
;
var
listener_exists
=
typeof
ca
sp
er
.
_filters
[
'page.confirm'
]
!==
'undefined'
;
return
listener_exists
?
casper
.
filter
(
'page.confirm'
,
message
)
:
true
;
};
page
.
onConsoleMessage
=
function
onConsoleMessage
(
msg
)
{
...
...
Please
register
or
sign in
to post a comment