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
a97c3562
...
a97c3562f8edcf6220d2853b563ec9e14ee0a86c
authored
2012-07-19 10:36:47 +0200
by
oncletom
Committed by
Nicolas Perriault
2012-10-18 09:43:57 +0200
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Missing breakpoint in loop
1 parent
c97e2e74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
modules/casper.js
modules/casper.js
View file @
a97c356
...
...
@@ -758,6 +758,7 @@ Casper.prototype.getCurrentHeader = function getCurrentHeader(name) {
this
.
getCurrentHeaders
().
some
(
function
(
header
){
if
(
header
.
name
===
name
){
headerValue
=
header
.
value
;
return
true
;
}
});
...
...
Please
register
or
sign in
to post a comment