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_r173098222
 
 

 ##########
 File path: app/addons/verifyinstall/resources.js
 ##########
 @@ -77,16 +81,21 @@ Verifyinstall.testProcess = {
   },
 
   testView: function () {
-    var deferred = FauxtonAPI.Deferred();
-    var promise = $.get(viewDoc.url() + '/_view/testview');
+    const deferred = FauxtonAPI.Deferred();
 
 Review comment:
   Could we use a promise instead of a Deferred

----------------------------------------------------------------
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

Reply via email to