Add documentation for opts in mergeObjects
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -216,10 +216,12 @@ Checks if passed argument is an instance of native PhantomJS' ``WebPage`` object | ... | @@ -216,10 +216,12 @@ Checks if passed argument is an instance of native PhantomJS' ``WebPage`` object |
216 | ``mergeObjects()`` | 216 | ``mergeObjects()`` |
217 | ------------------------------------------------------------------------------- | 217 | ------------------------------------------------------------------------------- |
218 | 218 | ||
219 | **Signature:** ``mergeObjects(origin, add)`` | 219 | **Signature:** ``mergeObjects(origin, add[, Object opts])`` |
220 | 220 | ||
221 | Merges two objects recursively. | 221 | Merges two objects recursively. |
222 | 222 | ||
223 | Add opts.keepReferences if cloning of internal objects is not needed. | ||
224 | |||
223 | .. index:: DOM | 225 | .. index:: DOM |
224 | 226 | ||
225 | ``node()`` | 227 | ``node()`` | ... | ... |
-
Please register or sign in to post a comment