Skip to content

Commit 9cb17c1

Browse files
austinpraykamilogorek
authored andcommitted
ref: Remove doubled isObject declaration
1 parent f74498e commit 9cb17c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/raven.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ var RavenConfigError = require('./configError');
77
var utils = require('./utils');
88
var isError = utils.isError;
99
var isObject = utils.isObject;
10-
var isObject = utils.isObject;
1110
var isErrorEvent = utils.isErrorEvent;
1211
var isUndefined = utils.isUndefined;
1312
var isFunction = utils.isFunction;

0 commit comments

Comments
 (0)