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 9c63e36 commit aad9c72Copy full SHA for aad9c72
src/raven.js
@@ -1080,7 +1080,7 @@ Raven.prototype = {
1080
1081
_logDebug: function(level) {
1082
if (this._originalConsoleMethods[level] && this.debug) {
1083
- // taken from plugins/console.js
+ // taken from plugis/console.js
1084
// IE9 doesn't allow calling apply on console functions directly
1085
// See: https://stackoverflow.com/questions/5472938/does-ie9-support-console-log-and-is-it-a-real-function#answer-5473193
1086
Function.prototype.bind
0 commit comments