Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCFBFD0FB for ; Wed, 19 Sep 2012 16:40:34 +0000 (UTC) Received: (qmail 66201 invoked by uid 500); 19 Sep 2012 16:40:33 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 66173 invoked by uid 500); 19 Sep 2012 16:40:33 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 66164 invoked by uid 99); 19 Sep 2012 16:40:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 16:40:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ryan.ramage@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 16:40:26 +0000 Received: by eekc41 with SMTP id c41so473086eek.11 for ; Wed, 19 Sep 2012 09:40:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zUDuzGCCDOhMHlzARlRzugyJ+ybsoTUrfXzjKFh9DrA=; b=nl71UAcO61vcBABMzA2SNVZEH0c8D0vwnpkXmZuvSg5TCIs3l0T50yiKksDs8sQbKF Wzadrrac3JEXwjb9R+Z9uo7htrAc4YWWBOAgjn/tiSmAOf/cPAopChGionrCuQTX2ule 4hk0LS5gaZFKd5G1uVcBlsn+RWYmxXMIiMnIs4nNJwNoTP5Q6Md6BMRIe3wm5KQeTnTJ i/E1Q+WNvvLKuFmqmk6OCZsUMMEGPAXNRdafhZcnhcDmGWfGaPc72pwuZbJ3vHoEv00P JpwDvdrv1PqVEKPwxe98MONYsNR8QOJacl0GrEssC49uu1KSl0rrRO090mKVGQUSGD6m h3ig== MIME-Version: 1.0 Received: by 10.14.221.197 with SMTP id r45mr4277629eep.41.1348072805620; Wed, 19 Sep 2012 09:40:05 -0700 (PDT) Received: by 10.14.136.208 with HTTP; Wed, 19 Sep 2012 09:40:05 -0700 (PDT) In-Reply-To: References: <46A08752-9AB2-4834-AB05-40B4B62D3C77@me.com> Date: Wed, 19 Sep 2012 10:40:05 -0600 Message-ID: Subject: Re: Third Party JavaScript libraries From: Ryan Ramage To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org > > Does this mean I can get access to moments from within may map logic or does it strictly relate to views only? Carl, I am not sure what you mean. But yes, you can access moment.js from your map function for a view. If you want you can also use it in list, update, and show functions.