You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
attach promise utils atop bluebird
This commit is contained in:
@@ -14,6 +14,9 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// This is only here to allow access to methods like done for the time being
|
||||||
|
import Promise from "bluebird";
|
||||||
|
|
||||||
// @flow
|
// @flow
|
||||||
|
|
||||||
// Returns a promise which resolves with a given value after the given number of ms
|
// Returns a promise which resolves with a given value after the given number of ms
|
||||||
|
|||||||
Reference in New Issue
Block a user