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/2628292c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2628292c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2628292c
Branch: refs/heads/1368-fix-multipart-header-parts
Commit: 2628292c697502204c303ef28075cf4f8c157403
Parents: 0c110e9
Author: Mike McKay <mike@vdomck.org>
Authored: Thu Nov 1 01:46:24 2012 +0100
Committer: Jan Lehnardt <jan@apache.org>
Committed: Thu Nov 8 23:37:33 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/2628292c/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>
*/
|