You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/03/20 11:21:44 UTC

[20/26] couchdb commit: updated refs/heads/Query-Options-UI to cf93bbf

Fix linting issue


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1b005392
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1b005392
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1b005392

Branch: refs/heads/Query-Options-UI
Commit: 1b00539225e650209dda41d96c11c54f87047e8f
Parents: 10ea377
Author: Garren Smith <ga...@gmail.com>
Authored: Thu Mar 6 12:21:20 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Thu Mar 20 10:33:46 2014 +0200

----------------------------------------------------------------------
 src/fauxton/app/addons/documents/views.js | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/1b005392/src/fauxton/app/addons/documents/views.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/documents/views.js b/src/fauxton/app/addons/documents/views.js
index c595c6c..dfd0752 100644
--- a/src/fauxton/app/addons/documents/views.js
+++ b/src/fauxton/app/addons/documents/views.js
@@ -1177,13 +1177,8 @@ function(app, FauxtonAPI, Components, Documents, Databases, pouchdb, resizeColum
 
       return {params: params, errorParams: errorParams};
 
-
-
-
-
-
       // Ignore params without a value
-      _.map($form.serializeArray(), function(param) {
+      /*_.map($form.serializeArray(), function(param) {
         if (param.value){
           if (param.name === "keys"){
             var keys = getKeys(param.value);
@@ -1192,7 +1187,7 @@ function(app, FauxtonAPI, Components, Documents, Databases, pouchdb, resizeColum
             data[param.name] = param.value;
           }
         }
-      });
+      });(*/
 
     },