We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f48a3 commit 5c7b2e5Copy full SHA for 5c7b2e5
src/default.js
@@ -88,7 +88,7 @@
88
args.unshift("Simple Analytics:");
89
90
// 3. Pass along arguments to console.warn
91
- // Function.prototype.bind.call is needed for Internet Explorer
+ // Function.prototype.apply.call is needed for Internet Explorer
92
return Function.prototype.apply.call(con.warn, con, args);
93
};
94
0 commit comments