Open Sam7 opened 11 years ago
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.
Thanks. es5-shim looks like a great solution
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