Merged pull request #7 from @mikeymckay, with thanks
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ff501955 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ff501955 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ff501955 Branch: refs/heads/1585-feature-per-module-log-levels Commit: ff501955913b1a014832aa6b5560137047c17c3c Parents: 72a9f86 Author: Mike McKay <[email protected]> Authored: Thu Nov 1 01:46:24 2012 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Tue Nov 13 15:01:54 2012 +0100 ---------------------------------------------------------------------- share/www/script/jquery.couch.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ff501955/share/www/script/jquery.couch.js ---------------------------------------------------------------------- diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js index 84aa625..6abac2c 100644 --- a/share/www/script/jquery.couch.js +++ b/share/www/script/jquery.couch.js @@ -839,7 +839,8 @@ * uploads/all/documentation/couchbase-api-design.html#couchbase-api- * design_db-design-designdoc-view-viewname_get">docs for /db/ * _design/design-doc/_list/l1/v1</a> - * @param {String} name View to run list against + * @param {String} name View to run list against (string should have + * the design-doc name followed by a slash and the view name) * @param {ajaxSettings} options <a href="http://api.jquery.com/ * jQuery.ajax/#jQuery-ajax-settings">jQuery ajax settings</a> */
