tanx update 2

This commit is contained in:
Bart Butler 2015-05-22 12:03:59 -07:00
parent 2a89baa837
commit 51dbbe2090

View File

@ -167,7 +167,7 @@ function RSA() {
};
keys = webCrypto.generateKey(keyGenOpt, true, ['sign', 'verify']);
if(!(keys instanceof Promise)) { // IE11 KeyOperation
if (!(keys instanceof Promise)) { // IE11 KeyOperation
keys = convertKeyOperation(keys, 'Error generating RSA key pair.');
}
}