-
Notifications
You must be signed in to change notification settings - Fork 37
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
IE11 not supported #21
Comments
Hi @legovadim! Thanks for letting me know! When I get some time, I'll get this fixed. |
Ok I found the problem. Assign of default value of a paramaeter of a function is not supported by IE11: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters Simply change the following: by I hope it'll works and please, make the change quickly (plzzzz!!!!) because my app don't work any more in IE11... Many thanks !! |
Sorry for the long delay.... v2.0.8 is now available. I added babel to the rollup config, but I didn't get a chance to test the resulting file: |
Perfect ! I tried with the es5 and it works perfectly ! For me you can close the bug. |
HI , I use the latest version v2.0.8, still not work in IE11, throw SCRIPT1002 |
Please make sure you're using var format = require("./node_modules/number-format.js/lib/format.es5"); |
SCRIPT1002: Syntax error
The text was updated successfully, but these errors were encountered: