Commit f8d8c24a f8d8c24adf0aad18a74cfe503e95469ee2dd611a by Matthew DuVall

Remove then from the arguments list for Casper.prototype.forward

1 parent 8638461d
......@@ -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() {
......