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

Add inches, yards, meters to turf-distance units parameters #346

Merged
merged 2 commits into from
Apr 22, 2016

Conversation

trevorpburke
Copy link
Contributor

I'm unsure if I configured this correctly based on the equation.

This pull request in response to this issue.

case 'inches':
return c * 250905600;
case 'yards':
return c * 6969600
Copy link
Collaborator

Choose a reason for hiding this comment

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

The missing semicolon on this line is breaking tests

@trevorpburke
Copy link
Contributor Author

@tmcw Thanks for pointing that out! This was my first commit to an open source project – have never used tests before. Looks like it's all good now.

@tmcw
Copy link
Collaborator

tmcw commented Apr 22, 2016

🎉 first PR - nice job! Thanks, merging.

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.

2 participants