Skip to content

Commit 4043fd3

Browse files
bud-mobenvinegar
authored andcommitted
Fix for IE8 Parsing error (#769)
1 parent a895bbc commit 4043fd3

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
@@ -128,7 +128,7 @@ Raven.prototype = {
128128
xhr: true,
129129
console: true,
130130
dom: true,
131-
location: true,
131+
location: true
132132
};
133133

134134
var autoBreadcrumbs = globalOptions.autoBreadcrumbs;

0 commit comments

Comments
 (0)