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
17d0f210
...
17d0f210feeb844c3b6a0cd8b828f252caee5ff4
authored
2013-11-04 20:05:28 -0800
by
Nathan Black
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix jshint error
1 parent
3f07a5b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/casper.js
modules/casper.js
View file @
17d0f21
...
...
@@ -122,7 +122,7 @@ var Casper = function Casper(options) {
retryTimeout
:
20
,
waitTimeout
:
5000
,
clipRect
:
null
,
viewportSize
:
null
,
viewportSize
:
null
};
// options
this
.
options
=
utils
.
mergeObjects
(
this
.
defaults
,
options
);
...
...
Please
register
or
sign in
to post a comment