Skip to content

Commit 4445d9a

Browse files
authored
Merge pull request #3 from sirensolutions/INVE-14396_3
Inheriting Object properties when parsing bigInts
2 parents b76f037 + 2938251 commit 4445d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var json_parse = function (options) {
8989
protoAction: 'error',
9090
constructorAction: 'error',
9191
objectBaseClass: Object, // using object because we want to inherit proto properties such as hasOwnProperty
92-
92+
}
9393
// If there are options, then use them to override the default _options
9494
if (options !== undefined && options !== null) {
9595
if (options.strict === true) {

0 commit comments

Comments
 (0)