You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2012/11/01 01:51:28 UTC

git commit: Merged pull request #7 from @mikeymckay, with thanks

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 <mi...@vdomck.org>
Authored: Thu Nov 1 01:46:24 2012 +0100
Committer: Dave Cottlehuber <dc...@apache.org>
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>
          */