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
8547c123
...
8547c12378327e03c9e02b0455df5b97da0c1a3c
authored
2013-08-22 08:55:41 -0700
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #595 from bp323/docTypo
Typo fix in the page.error documentation
2 parents
a4a17742
8efdbf02
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/events-filters.rst
docs/events-filters.rst
View file @
8547c12
...
...
@@ -257,7 +257,7 @@ Emitted when PhantomJS' ``WebPage`` object used by CasperJS has been created.
**Arguments:** ``message, trace``
Emitted when retrieved page leave
d
a Javascript error uncaught::
Emitted when retrieved page leave
s
a Javascript error uncaught::
casper.on("page.error", function(msg, trace) {
this.echo("Error: " + msg, "ERROR");
...
...
Please
register
or
sign in
to post a comment