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

Replace the use of lodash forEach with ES2015 for...of #231

Merged
merged 1 commit into from
Sep 24, 2018
Merged

Replace the use of lodash forEach with ES2015 for...of #231

merged 1 commit into from
Sep 24, 2018

Conversation

julijane
Copy link
Contributor

This patch replaces the use of lodash forEach with the ES2015 standard construct of for...of. This should not cause compatibility problems as babel will take care of this if necessary.

@CLAassistant
Copy link

CLAassistant commented Sep 23, 2018

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@DeepDiver1975 DeepDiver1975 left a comment

Choose a reason for hiding this comment

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

Nice! THX

@DeepDiver1975 DeepDiver1975 merged commit cf42270 into owncloud:master Sep 24, 2018
@julijane julijane deleted the remove-foreach branch September 25, 2018 20:38
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

3 participants