Closed kennethito closed 5 years ago
Chrome 35 (and not 34) is throwing a syntax error at https://github.com/ekg/fraction.js/blob/master/fraction.js#L95
Culprit is the destructuring assignment.
Solution : https://github.com/ludovicjamet/fraction.js/tree/patch-1 Waiting for pull from the author :+1:
Stale
Chrome 35 (and not 34) is throwing a syntax error at https://github.com/ekg/fraction.js/blob/master/fraction.js#L95
Culprit is the destructuring assignment.