Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 87F6F18D77 for ; Wed, 24 Feb 2016 23:56:01 +0000 (UTC) Received: (qmail 16102 invoked by uid 500); 24 Feb 2016 23:56:01 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 15997 invoked by uid 500); 24 Feb 2016 23:56:01 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 15718 invoked by uid 99); 24 Feb 2016 23:56:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 23:56:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C940DE8EDD; Wed, 24 Feb 2016 23:56:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: steven@apache.org To: commits@cordova.apache.org Date: Wed, 24 Feb 2016 23:56:10 -0000 Message-Id: <6e3ec741e8e540088bbd7c0745a94cd6@git.apache.org> In-Reply-To: <7637bde6ac8a44ca804c41dd403269bd@git.apache.org> References: <7637bde6ac8a44ca804c41dd403269bd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/51] [abbrv] [partial] ios commit: CB-10668 checked in node_modules http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/a7f059c0/node_modules/q/q.js ---------------------------------------------------------------------- diff --git a/node_modules/q/q.js b/node_modules/q/q.js new file mode 100644 index 0000000..cf5339e --- /dev/null +++ b/node_modules/q/q.js @@ -0,0 +1,2048 @@ +// vim:ts=4:sts=4:sw=4: +/*! + * + * Copyright 2009-2012 Kris Kowal under the terms of the MIT + * license found at http://github.com/kriskowal/q/raw/master/LICENSE + * + * With parts by Tyler Close + * Copyright 2007-2009 Tyler Close under the terms of the MIT X license found + * at http://www.opensource.org/licenses/mit-license.html + * Forked at ref_send.js version: 2009-05-11 + * + * With parts by Mark Miller + * Copyright (C) 2011 Google Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +(function (definition) { + "use strict"; + + // This file will function properly as a