1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

Rip out more bluebirds

This commit is contained in:
Michael Telatynski
2019-11-25 16:58:46 +00:00
parent 0170cb066d
commit efcaadd0b4
6 changed files with 1 additions and 10 deletions

View File

@@ -20,8 +20,6 @@ limitations under the License.
* @module
*/
import Promise from 'bluebird';
/**
* map of registered encryption algorithm classes. A map from string to {@link
* module:crypto/algorithms/base.EncryptionAlgorithm|EncryptionAlgorithm} class