Skip to content

Commit 0f58fb8

Browse files
committed
Fixed standard
1 parent 8eed4b0 commit 0f58fb8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ function parse (text, reviver, options) {
5151
}
5252

5353
function scan (obj, { protoAction = 'error', constructorAction = 'error' } = {}) {
54-
const protoAction = options.protoAction || 'error'
55-
const constructorAction = options.constructorAction || 'error'
56-
5754
let next = [obj]
5855

5956
while (next.length) {

0 commit comments

Comments
 (0)