add #toEncryptedObj

This commit is contained in:
Matias Alejo Garcia 2014-10-15 16:24:21 -03:00
commit e1b9f4f859
3 changed files with 40 additions and 2 deletions

View file

@ -64,7 +64,6 @@ Storage.prototype.restorePassphrase = function() {
throw new Error('NOSTOREDPASSPHRASE: No stored passphrase');
this._setPassphrase(this.savedPassphrase[this.__uniqueid].pps, this.savedPassphrase[this.__uniqueid].iterations);
this.savedPassphrase[this.__uniqueid] = undefined;
};
Storage.prototype.hasPassphrase = function() {