You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Sam7, there are a few more incompatibilities with IE8 in S# that you may run into rather quickly. On my part I am including es5-shim (also on github) to get compatibility back.
The ss.js contains two instances (line 787 &1257) where Array.isArray is used wich is not compatible with IE8 and lower.
Solutions:
http://stackoverflow.com/questions/1058427/how-to-detect-if-a-variable-is-an-array
Or
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray#Compatibility
The text was updated successfully, but these errors were encountered: