Skip to content

Commit

Permalink
revert revivier
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 8, 2016
1 parent acbd7f4 commit 2170ae3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@ function replacer (key, val) {
}

export function parse (data) {
return CircularJSON.parse(data, (k, v) => {
if (v === UNDEFINED) {
return undefined
} else {
return v
}
})
return CircularJSON.parse(data)
}

/**
Expand Down

0 comments on commit 2170ae3

Please sign in to comment.