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) { ...@@ -750,7 +750,7 @@ Casper.prototype.fetchText = function fetchText(selector) {
750 * @param Object vals Field values 750 * @param Object vals Field values
751 * @param Object options The fill settings (optional) 751 * @param Object options The fill settings (optional)
752 */ 752 */
753 Casper.prototype.fillForm = function (selector, vals, options) { 753 Casper.prototype.fillForm = function fillForm(selector, vals, options) {
754 "use strict"; 754 "use strict";
755 var submit, selectorFunction; 755 var submit, selectorFunction;
756 this.checkStarted(); 756 this.checkStarted();
......