element-web/src/components/views/settings
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
..
AddPhoneNumber.js WithMatrixClient -> withMatrixClient 2017-07-07 11:34:20 +01:00
ChangeAvatar.js Everything but src/components/views/rooms 2017-06-08 12:33:29 +01:00
ChangeDisplayName.js Everything but src/components/views/rooms 2017-06-08 12:33:29 +01:00
ChangePassword.js replace q method calls with bluebird ones 2017-07-12 18:05:40 +01:00
DevicesPanel.js Everything but src/components/views/rooms 2017-06-08 12:33:29 +01:00
DevicesPanelEntry.js Bulk change counterpart imports 2017-05-25 11:39:08 +01:00
EnableNotificationsButton.js Everything but src/components/views/rooms 2017-06-08 12:33:29 +01:00