Open
Description
console
isn't defined in IE 8 & 9, except when the Developer Tools are open (and they aren't on automated tests). Even when the Developer Tools are open, all of the methods on console
are defined such that you can't call apply()
on them (as we do in our compiled version of Util.deprecationWarning
console-shim looks promising, but really it's only a few lines to shim it.
Relates to #408