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
adff559f
...
adff559f112ea04eda5e028d5a194dc585ca6675
authored
2013-06-20 07:28:36 +0200
by
Laurent Jouanneau
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixes a ReferenceError with Gecko in casper.js
1 parent
ba3b7436
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
modules/casper.js
modules/casper.js
View file @
adff559
...
...
@@ -120,7 +120,9 @@ var Casper = function Casper(options) {
timeout
:
null
,
verbose
:
false
,
retryTimeout
:
20
,
waitTimeout
:
5000
waitTimeout
:
5000
,
clipRect
:
null
,
viewportSize
:
null
,
};
// options
this
.
options
=
utils
.
mergeObjects
(
this
.
defaults
,
options
);
...
...
Please
register
or
sign in
to post a comment