Skip to content

Commit 6d5a919

Browse files
committed
Remove unused origOpen var (eslint failure)
1 parent 1068a0c commit 6d5a919

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/raven.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,7 @@ Raven.prototype = {
615615
}
616616
});
617617

618-
var origOpen;
619618
if ('XMLHttpRequest' in window) {
620-
origOpen = XMLHttpRequest.prototype.open;
621619
fill(XMLHttpRequest.prototype, 'open', function(origOpen) {
622620
return function (data) { // preserve arity
623621
var xhr = this;

0 commit comments

Comments
 (0)