From commits-return-6175-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Sat Apr 16 22:43:01 2011 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 69579 invoked from network); 16 Apr 2011 22:43:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Apr 2011 22:43:01 -0000 Received: (qmail 13850 invoked by uid 500); 16 Apr 2011 22:43:01 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 13811 invoked by uid 500); 16 Apr 2011 22:43:01 -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 13804 invoked by uid 99); 16 Apr 2011 22:43:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Apr 2011 22:43:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Apr 2011 22:42:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 232522388A38; Sat, 16 Apr 2011 22:42:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1094079 - /couchdb/branches/1.1.x/share/www/script/jquery.couch.js Date: Sat, 16 Apr 2011 22:42:38 -0000 To: commits@couchdb.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110416224238.232522388A38@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jan Date: Sat Apr 16 22:42:37 2011 New Revision: 1094079 URL: http://svn.apache.org/viewvc?rev=1094079&view=rev Log: Note to self: Test before commit. Modified: couchdb/branches/1.1.x/share/www/script/jquery.couch.js Modified: couchdb/branches/1.1.x/share/www/script/jquery.couch.js URL: http://svn.apache.org/viewvc/couchdb/branches/1.1.x/share/www/script/jquery.couch.js?rev=1094079&r1=1094078&r2=1094079&view=diff ============================================================================== --- couchdb/branches/1.1.x/share/www/script/jquery.couch.js [utf-8] (original) +++ couchdb/branches/1.1.x/share/www/script/jquery.couch.js [utf-8] Sat Apr 16 22:42:37 2011 @@ -119,7 +119,7 @@ user_doc.roles = []; } return user_doc; - } + }, login: function(options) { options = options || {};