Skip to content
This repository has been archived by the owner on Oct 13, 2018. It is now read-only.

Exception insafari #30

Open
RWOverdijk opened this issue Nov 30, 2015 · 0 comments
Open

Exception insafari #30

RWOverdijk opened this issue Nov 30, 2015 · 0 comments

Comments

@RWOverdijk
Copy link

In safari, I get the following error:

Exception with thrown value: Error: No input to stringify

I'm using 2.10.0 (tried 1.9.2), and the line (3455:220) it breaks on (function has) is:

stringifySupported = stringify(0) === "0" && stringify(new Number) === "0" && stringify(new String) == '""' && stringify(getClass) === undef && stringify(undef) === undef && stringify() === undef && stringify(value) === "1" && stringify([value]) == "[1]" && stringify([undef]) == "[null]" && stringify(null) == "null" && stringify([undef, getClass, null]) == "[null,null,null]" && stringify({

I'm not sure why this happens.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant