Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone with multiple args #3

Merged
merged 2 commits into from
Mar 21, 2014
Merged

Clone with multiple args #3

merged 2 commits into from
Mar 21, 2014

Conversation

Prestaul
Copy link
Collaborator

For example, I want to be able to:

initThingy(clone(app.config.stuff, { more:'stuff' }))

rather than:

initThingy(extend({}, app.config.stuff, { more:'stuff' }))

default:
return val;
return clone(val);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, that simplifies things a bit.

selfcontained added a commit that referenced this pull request Mar 21, 2014
@selfcontained selfcontained merged commit ed2b114 into master Mar 21, 2014
@selfcontained selfcontained deleted the clone-multiple-args branch March 21, 2014 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants