element-web/src/vector/platform
Richard van der Hoff d5b550f89a 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-13 00:50:01 +01:00
..
ElectronPlatform.js q(...) -> Promise.resolve 2017-07-13 00:50:01 +01:00
index.js many semicolons 2016-11-04 10:46:51 +00:00
VectorBasePlatform.js pollForUpdate is now internal/private to a Platform. 2017-06-11 23:39:21 +01:00
WebPlatform.js replace q method calls with bluebird ones 2017-07-13 00:50:01 +01:00