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
f8d8c24a
...
f8d8c24adf0aad18a74cfe503e95469ee2dd611a
authored
2013-10-03 23:51:43 -0700
by
Matthew DuVall
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove then from the arguments list for Casper.prototype.forward
1 parent
8638461d
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 @
f8d8c24
...
...
@@ -885,7 +885,7 @@ Casper.prototype.fillXPath = function fillXPath(formSelector, vals, submit) {
*
* @return Casper
*/
Casper
.
prototype
.
forward
=
function
forward
(
then
)
{
Casper
.
prototype
.
forward
=
function
forward
()
{
"use strict"
;
this
.
checkStarted
();
return
this
.
then
(
function
_step
()
{
...
...
Please
register
or
sign in
to post a comment