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
7e5b87bb
...
7e5b87bb79aff0fbd14df9ed9c5a9f9afb596533
authored
2011-10-16 15:54:15 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
formatting
1 parent
6ccc2c20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
casper.js
casper.js
View file @
7e5b87b
...
...
@@ -244,7 +244,6 @@
self
.
log
(
"each() only works with arrays"
,
"error"
);
return
this
;
}
(
function
(
self
)
{
array
.
forEach
(
function
(
item
,
i
)
{
fn
(
self
,
item
,
i
);
...
...
Please
register
or
sign in
to post a comment