Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FC60D398 for ; Sat, 17 Nov 2012 19:52:54 +0000 (UTC) Received: (qmail 17233 invoked by uid 500); 17 Nov 2012 19:52:51 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 17029 invoked by uid 500); 17 Nov 2012 19:52:51 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 16324 invoked by uid 99); 17 Nov 2012 19:52:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Nov 2012 19:52:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1176831425E; Sat, 17 Nov 2012 19:52:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nslater@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [17/30] git commit: Merged pull request #7 from @mikeymckay, with thanks Message-Id: <20121117195250.1176831425E@tyr.zones.apache.org> Date: Sat, 17 Nov 2012 19:52:50 +0000 (UTC) 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/docs Commit: 1a9143ed1a3d6b8ee99420d7d8f98303908eee09 Parents: 8ccf696 Author: Mike McKay Authored: Thu Nov 1 01:46:24 2012 +0100 Committer: Dave Cottlehuber 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 - * @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 jQuery ajax settings */