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 EB664D115 for ; Thu, 8 Nov 2012 22:44:12 +0000 (UTC) Received: (qmail 77165 invoked by uid 500); 8 Nov 2012 22:44:12 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 77032 invoked by uid 500); 8 Nov 2012 22:44:12 -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 76288 invoked by uid 99); 8 Nov 2012 22:44:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2012 22:44:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6D0EF45CDF; Thu, 8 Nov 2012 22:44:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [13/15] git commit: Merged pull request #7 from @mikeymckay, with thanks Message-Id: <20121108224411.6D0EF45CDF@tyr.zones.apache.org> Date: Thu, 8 Nov 2012 22:44:11 +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/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/431-feature_cors Commit: 2628292c697502204c303ef28075cf4f8c157403 Parents: 0c110e9 Author: Mike McKay Authored: Thu Nov 1 01:46:24 2012 +0100 Committer: Jan Lehnardt 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 - * @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 */