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
d4667cef
...
d4667cef7c699726dbaf81dd849a7730a1764e6a
authored
2012-11-28 16:12:30 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo
1 parent
db638037
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
docs
modules/clientutils.js
docs
@
c3a7cd16
Subproject commit
3b2e87424f41b90efe734e3b64fdf1517f2fb39c
Subproject commit
c3a7cd1633371805cdf0ab622cf68c4d0b8eaa2a
...
...
modules/clientutils.js
View file @
d4667ce
...
...
@@ -475,7 +475,7 @@
* @return Object
*/
this
.
getFormValues
=
function
getFormValues
(
selector
)
{
var
form
=
__utils__
.
findOne
(
selector
);
var
form
=
this
.
findOne
(
selector
);
var
values
=
{};
var
self
=
this
;
[].
forEach
.
call
(
form
.
elements
,
function
(
element
)
{
...
...
Please
register
or
sign in
to post a comment