set reserved undefined fields

This commit is contained in:
AJ ONeal 2016-08-03 22:00:30 -04:00
parent 0085fcdf0f
commit e634f9a662
1 changed files with 2 additions and 0 deletions

View File

@ -73,7 +73,9 @@ function create(deps) {
, privateKeyJwk: undefined
, publicKeyJwk: undefined
, _ursa: undefined
, _ursaPublic: undefined
, _forge: undefined
, _forgePublic: undefined
};
options = options || NOBJ;