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(AutoControlledComponent): replace startsWith call #745

Merged
merged 1 commit into from
Oct 25, 2016

Conversation

levithomason
Copy link
Member

@levithomason levithomason commented Oct 25, 2016

Fixes #733

There was a ''.startsWith() call in AutoControlledComponent. We use _.startsWith instead for browser support. This PR replaces the native string method with the lodash util.

@levithomason levithomason mentioned this pull request Oct 25, 2016
@codecov-io
Copy link

Current coverage is 99.48% (diff: 100%)

Merging #745 into master will not change coverage

@@             master       #745   diff @@
==========================================
  Files           132        132          
  Lines          2122       2122          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           2111       2111          
  Misses           11         11          
  Partials          0          0          

Powered by Codecov. Last update cb7fffa...d14953e

@levithomason levithomason merged commit fb96d49 into master Oct 25, 2016
@levithomason levithomason deleted the fix/remove-startswith branch October 25, 2016 08:06
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