https://gist.github.com/1120592
Lists a bunch of bugs that are in various implementations of ES5 shims. You may want to thoroughly check yours does not fail any.
For example
String#trim
using buggy character class \s instead of explicitly defining whitespace/line terminators
Note that \s fails in IE sometimes (because IE, rage.)
https://gist.github.com/1120592
Lists a bunch of bugs that are in various implementations of ES5 shims. You may want to thoroughly check yours does not fail any.
For example
Note that
\sfails in IE sometimes (because IE, rage.)