Fix type error

pull/1/head
yflory 4 years ago
parent a8e39237c0
commit 418a170dc9

@ -582,7 +582,6 @@ var factory = function (Cache) {
return void reject(errDecryption); return void reject(errDecryption);
} }
// Cache and display the decrypted blob // Cache and display the decrypted blob
cache[uid] = u8Decrypted;
resolve(u8Decrypted); resolve(u8Decrypted);
}, function (progress) { }, function (progress) {
emit('progress', { emit('progress', {

Loading…
Cancel
Save