1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-21 07:42:09 +03:00
Files
matrix-react-sdk/test
Richard van der Hoff 0d7cc59d99 replace q method calls with bluebird ones
```
find src test -name '*.js' |
    xargs perl -i -pe 's/q\.(all|defer|reject|delay|try|isFulfilled)\(/Promise.$1(/'
```
2017-07-12 18:05:40 +01:00
..
2017-06-01 21:10:32 +02:00
2016-10-11 14:20:40 +01:00
2017-07-12 18:05:08 +01:00
2017-07-12 18:05:08 +01:00