garrensmith commented on a change in pull request #1060: Remove all uses of
JQuery from the verifyinstall addon
URL: https://github.com/apache/couchdb-fauxton/pull/1060#discussion_r173098145
##########
File path: app/addons/verifyinstall/resources.js
##########
@@ -47,7 +48,10 @@ Verifyinstall.testProcess = {
},
saveDB: function () {
- return db.save();
+ return FauxtonAPI.when([
Review comment:
Could you use `Fauxton.Promise.all` instead of FauxtonAPI.when.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services