Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Unify naming of components that use 'connect' - Closes #567 #654

Merged
merged 20 commits into from
Aug 30, 2017

Conversation

slaweet
Copy link
Contributor

@slaweet slaweet commented Aug 25, 2017

Closes #567

@slaweet slaweet self-assigned this Aug 25, 2017
@slaweet slaweet requested a review from reyraa August 25, 2017 14:02
@slaweet slaweet force-pushed the 567-unify-connect branch from 5c043d7 to 1960e64 Compare August 25, 2017 15:26
@slaweet slaweet force-pushed the 567-unify-connect branch from 2d59d87 to b548d54 Compare August 28, 2017 14:52
@slaweet slaweet force-pushed the 567-unify-connect branch from f825ef9 to 4f96f54 Compare August 29, 2017 06:50
@@ -6,7 +6,7 @@ const roundTo = (value, places) => {
if (!places) {
return value;
}
const x = Math.pow(10, places);
const x = 10 ** places;
Copy link
Contributor

Choose a reason for hiding this comment

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

I like this succinct notation better.

@reyraa reyraa merged commit e56d9b2 into development Aug 30, 2017
@reyraa reyraa deleted the 567-unify-connect branch August 30, 2017 08:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants