osrec / currencyFormatter.js

A super simple currency formatting library
MIT License
633 stars 61 forks source link

Invalid character in IE10 - line 1275 character 49 #33

Closed brianmucha closed 6 years ago

brianmucha commented 6 years ago

https://github.com/osrec/currencyFormatter.js/blob/6c6732567a7702cb5fae26ba160aaa7942dc7e9d/currencyFormatter.js#L1275

I get Invalid character - line 1275 character 49 in IE10

osrec commented 6 years ago

Please use the version in the dist/ folder. The version you're using contains template literals, which IE does not support, therefore you need the transpiled version from the dist/ folder.