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 global.___ in favor of undefined keyword #8

Merged
merged 2 commits into from Jul 18, 2016

Conversation

craigbeck
Copy link
Contributor

The documentation is unclear that partial() expects to be passed global.___ as the marker for a missing variable. Using undefined is explicit an clearer in intention and doesn't require additional global definitions.

@@ -1,11 +1,11 @@
var test = require('tape');
var partial = require('../../packages/function-partial');

var _ = global.___;
// var _ = global.___;
Copy link
Owner

Choose a reason for hiding this comment

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

remove

@angus-c
Copy link
Owner

angus-c commented Jul 18, 2016

thanks! you read my mind :) (#7)

@craigbeck
Copy link
Contributor Author

updated!

@angus-c angus-c merged commit 07b41e4 into angus-c:master Jul 18, 2016
@angus-c
Copy link
Owner

angus-c commented Jul 18, 2016

fixes #7

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