Skip to content

Commit aad9c72

Browse files
author
Gabriel Fouasnon
committed
Revert "typo"
This reverts commit 9c63e36.
1 parent 9c63e36 commit aad9c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ Raven.prototype = {
10801080

10811081
_logDebug: function(level) {
10821082
if (this._originalConsoleMethods[level] && this.debug) {
1083-
// taken from plugins/console.js
1083+
// taken from plugis/console.js
10841084
// IE9 doesn't allow calling apply on console functions directly
10851085
// See: https://stackoverflow.com/questions/5472938/does-ie9-support-console-log-and-is-it-a-real-function#answer-5473193
10861086
Function.prototype.bind

0 commit comments

Comments
 (0)