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
93c3c106
...
93c3c106e7240a0fedbb850d4025551c6f40816f
authored
2013-10-06 00:15:25 -0700
by
Matt DuVall
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add documentation for opts in mergeObjects
1 parent
444ae972
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
docs/modules/utils.rst
docs/modules/utils.rst
View file @
93c3c10
...
...
@@ -216,10 +216,12 @@ Checks if passed argument is an instance of native PhantomJS' ``WebPage`` object
``mergeObjects()``
-------------------------------------------------------------------------------
**Signature:** ``mergeObjects(origin, add)``
**Signature:** ``mergeObjects(origin, add
[, Object opts]
)``
Merges two objects recursively.
Add opts.keepReferences if cloning of internal objects is not needed.
.. index:: DOM
``node()``
...
...
Please
register
or
sign in
to post a comment