Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Convert keywords to an array #61

Merged
merged 1 commit into from Sep 2, 2016

Conversation

pdehaan
Copy link
Contributor

@pdehaan pdehaan commented Sep 1, 2016

Fixes #48

r? @jaredkerim

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 89f76fc on pdehaan:issue-48-redux into cef465e on mozilla:master.

if (value.trim) {
return value.trim();
}
return value;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was required because the keywords post-processor converts the String to an Array, which doesn't have a .trim() method, so it was blowing up.

@jaredlockhart
Copy link
Collaborator

r+

@jaredlockhart jaredlockhart merged commit 61c58cb into mozilla:master Sep 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants