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/28ce3961 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/28ce3961 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/28ce3961 Branch: refs/heads/Query-Options-UI Commit: 28ce3961c906f734519c5c22d0cfde52fae1129d Parents: 32add59 Author: Garren Smith <[email protected]> Authored: Thu Mar 6 12:21:20 2014 +0200 Committer: Garren Smith <[email protected]> Committed: Thu Mar 13 14:24:31 2014 -0400 ---------------------------------------------------------------------- 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/28ce3961/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 682685a..50ab4a7 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; } } - }); + });(*/ },
