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 3C05F17470 for ; Sat, 7 Mar 2015 00:18:28 +0000 (UTC) Received: (qmail 56677 invoked by uid 500); 7 Mar 2015 00:18:16 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 56635 invoked by uid 500); 7 Mar 2015 00:18:16 -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 55208 invoked by uid 99); 7 Mar 2015 00:18:15 -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; Sat, 07 Mar 2015 00:18:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1A265E10CF; Sat, 7 Mar 2015 00:18:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Date: Sat, 07 Mar 2015 00:18:52 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [39/43] ios commit: CB-8621 Fix Q require in list-devices (Q -> q) CB-8621 Fix Q require in list-devices (Q -> q) Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/ed272032 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/ed272032 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/ed272032 Branch: refs/heads/4.0.x Commit: ed272032878959c90eb28ccc1490e96fb7b69287 Parents: 4f02fca Author: Marco Evangelista Authored: Fri Mar 6 12:59:27 2015 +0000 Committer: Andrew Grieve Committed: Fri Mar 6 09:10:15 2015 -0500 ---------------------------------------------------------------------- bin/templates/scripts/cordova/lib/list-devices | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/ed272032/bin/templates/scripts/cordova/lib/list-devices ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/lib/list-devices b/bin/templates/scripts/cordova/lib/list-devices index a12abd7..ddeb0b5 100755 --- a/bin/templates/scripts/cordova/lib/list-devices +++ b/bin/templates/scripts/cordova/lib/list-devices @@ -21,7 +21,7 @@ /*jshint node: true*/ -var Q = require('Q'), +var Q = require('q'), exec = require('child_process').exec; /** --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org