Files
blap/src/components/views/dialogs
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-07-07 18:34:40 +01:00
2017-05-30 15:09:57 +01:00
2017-06-05 17:58:11 +01:00
2017-06-08 14:58:54 +01:00