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

Error in Firefox #83

Open
dedayoa opened this issue Sep 28, 2016 · 0 comments
Open

Error in Firefox #83

dedayoa opened this issue Sep 28, 2016 · 0 comments

Comments

@dedayoa
Copy link

dedayoa commented Sep 28, 2016

Hello,
humanize.js worked fine for me in chrome, but failed to work in Firefox - even the latest version. I discovered it had to do with un-initializing const before using it.

I found the causes on line 355 and line 150. By changing to let (ES6) - which is what I think it should be considering we are using the variables in a for loop, it resolved the problem.

dedayoa added a commit to dedayoa/keepintouch that referenced this issue Jul 7, 2018
dedayoa added a commit to dedayoa/keepintouch that referenced this issue Jul 7, 2018
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

No branches or pull requests

1 participant