peterolson / BigRational.js

An arbitrary length rational number library for Javascript
The Unlicense
46 stars 15 forks source link

hotlinkable illegal character #36

Closed thecircleoflifefree closed 4 years ago

thecircleoflifefree commented 4 years ago

Issue:

When using the hotlinkable option: Put following line on html document

Tested as well: http://peterolson.github.io/BigRational.js/BigInt_BigRat.min.js

console returns: SyntaxError: illegal characterBigInt_BigRat.min.js:1:38714

questionBigRationalJS responsepayload

Firefox version 68.0.1 (64bit) in linux machine

It looks like the last character ->  is the one affecting. Although even after removing it and using it locally in browser, still unable to use bigRat()

peterolson commented 4 years ago

Thanks, should be fixed now. Let me know if the issue persists for you.