fix jshint error
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -122,7 +122,7 @@ var Casper = function Casper(options) { | ... | @@ -122,7 +122,7 @@ var Casper = function Casper(options) { |
122 | retryTimeout: 20, | 122 | retryTimeout: 20, |
123 | waitTimeout: 5000, | 123 | waitTimeout: 5000, |
124 | clipRect : null, | 124 | clipRect : null, |
125 | viewportSize : null, | 125 | viewportSize : null |
126 | }; | 126 | }; |
127 | // options | 127 | // options |
128 | this.options = utils.mergeObjects(this.defaults, options); | 128 | this.options = utils.mergeObjects(this.defaults, options); | ... | ... |
-
Please register or sign in to post a comment