Skip to content

added missing third argument "this" to _.each#1

Open
andyperlitch wants to merge 1 commit intoevanvosberg:masterfrom
andyperlitch:bugfix/missing-context-argument
Open

added missing third argument "this" to _.each#1
andyperlitch wants to merge 1 commit intoevanvosberg:masterfrom
andyperlitch:bugfix/missing-context-argument

Conversation

@andyperlitch
Copy link

This was causing an error where the quote function was not found because this was global. The fix was to pass this to _.each as is done elsewhere in the file.

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.

1 participant