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

fix bug in bhText formatters #179

Merged
merged 3 commits into from
Sep 10, 2018
Merged

fix bug in bhText formatters #179

merged 3 commits into from
Sep 10, 2018

Conversation

victor-dantas
Copy link
Contributor

Fix bug in bhText formatters #177

@@ -67,7 +67,7 @@ export default {
},
mounted() {
const { input } = this.$refs;

this.formatters.reduce((c, f) => f(c), this.value || '');
Copy link
Contributor

@dougppaz dougppaz Sep 10, 2018

Choose a reason for hiding this comment

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

This line do nothing...

Maybe this do something:

this.val = this.formatters.reduce((c, f) => f(c), this.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.

i just fix it haha

@coveralls
Copy link

coveralls commented Sep 10, 2018

Pull Request Test Coverage Report for Build 892

  • 6 of 6 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.09%) to 89.133%

Totals Coverage Status
Change from base Build 883: 0.09%
Covered Lines: 1056
Relevant Lines: 1118

💛 - Coveralls

@dougppaz dougppaz merged commit 4f3fc81 into develop Sep 10, 2018
@johncordeiro johncordeiro deleted the issue/177 branch September 20, 2018 13:32
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

3 participants