diff --git a/browser.js b/browser.js index ce6369f..702f217 100644 --- a/browser.js +++ b/browser.js @@ -105,6 +105,7 @@ function log() { // where the `console.log` function doesn't have 'apply' return 'object' == typeof console && 'function' == typeof console.log + || 'object' == typeof console.log // IE 8-9 reports console methods as objects when using the typeof operator. && Function.prototype.apply.call(console.log, console, arguments); }