Skip to content

Conversation

@caub
Copy link

@caub caub commented Mar 19, 2017

No description provided.


/* Create command line options to passed using input `options` object */
for (var key in options) {
if (!options.hasOwnProperty(key)) continue;
Copy link
Author

Choose a reason for hiding this comment

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

I know about 'for in' reading iterable keys in prototype, but this won't happen here, it's a plain object given by user

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