fix params

This commit is contained in:
Matias Alejo Garcia 2014-04-04 19:40:30 -03:00
parent 96e9882a62
commit b1b8a44a7d
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ PublicKeyRing.prototype.addCopayer = function (newEpk) {
};
PublicKeyRing.prototype.getCopayersPubKeys = function (index, isChange) {
PublicKeyRing.prototype.getCopayersPubKeys = function () {
this._checkKeys();
var pubKeys = [];