diff --git a/node.js b/node.js index 8fa42e5..14208f0 100644 --- a/node.js +++ b/node.js @@ -76,7 +76,9 @@ function create(deps) { , privateKeyJwk: undefined , publicKeyJwk: undefined , _ursa: undefined + , _ursaPublic: undefined , _forge: undefined + , _forgePublic: undefined }; options = options || NOBJ;