Commit 2a910f06 2a910f069bc5eb412e14a1ce074a5e8311ab1305 by Matt Bowman

Set the function name on fillForm

1 parent a04a5b36
......@@ -750,7 +750,7 @@ Casper.prototype.fetchText = function fetchText(selector) {
* @param Object vals Field values
* @param Object options The fill settings (optional)
*/
Casper.prototype.fillForm = function (selector, vals, options) {
Casper.prototype.fillForm = function fillForm(selector, vals, options) {
"use strict";
var submit, selectorFunction;
this.checkStarted();
......