Updated Branches: refs/heads/master 8ccf696f8 -> 1a9143ed1
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/1a9143ed Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1a9143ed Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1a9143ed Branch: refs/heads/master Commit: 1a9143ed1a3d6b8ee99420d7d8f98303908eee09 Parents: 8ccf696 Author: Mike McKay <[email protected]> Authored: Thu Nov 1 01:46:24 2012 +0100 Committer: Dave Cottlehuber <[email protected]> Committed: Thu Nov 1 01:51:11 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/1a9143ed/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> */
