ekg / fraction.js

A fraction math library in javascript.
http://hypervolu.me/~erik/fraction.js/
165 stars 43 forks source link

Syntax error in chrome 35 #2

Closed kennethito closed 5 years ago

kennethito commented 10 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.

ludovicjamet commented 10 years ago

Solution : https://github.com/ludovicjamet/fraction.js/tree/patch-1 Waiting for pull from the author :+1:

kennethito commented 5 years ago

Stale