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

Remove dependency on Lodash #32

Merged
merged 2 commits into from Dec 2, 2015
Merged

Remove dependency on Lodash #32

merged 2 commits into from Dec 2, 2015

Conversation

tschaub
Copy link
Owner

@tschaub tschaub commented Dec 2, 2015

One fewer lodash dependent.

Fixes #28.

tschaub added a commit that referenced this pull request Dec 2, 2015
Remove dependency on Lodash.
@tschaub tschaub merged commit a87c9e4 into master Dec 2, 2015
@tschaub tschaub deleted the updates branch December 2, 2015 15:56
}
for (var c in config) {
options[c] = config[c];
}

Copy link

Choose a reason for hiding this comment

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

One thing to keep in mind is lodash.assign and Object.assign iterate over own properties of sources
and not inherited properties.

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.

None yet

2 participants