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 8A8AA10E8B for ; Fri, 6 Dec 2013 20:37:36 +0000 (UTC) Received: (qmail 71164 invoked by uid 500); 6 Dec 2013 20:37:36 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 71124 invoked by uid 500); 6 Dec 2013 20:37:36 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 71117 invoked by uid 99); 6 Dec 2013 20:37:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 20:37:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 06AAE8A70F5; Fri, 6 Dec 2013 20:37:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Fri, 06 Dec 2013 20:37:36 -0000 Message-Id: In-Reply-To: <83ee2f83fae147a7b6a3a088c14887f8@git.apache.org> References: <83ee2f83fae147a7b6a3a088c14887f8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: Update JS snapshot to version 3.4.0-dev (via coho) Update JS snapshot to version 3.4.0-dev (via coho) Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/6eb2185a Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/6eb2185a Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/6eb2185a Branch: refs/heads/master Commit: 6eb2185a7a46ab86a933e9db14d259d9464fbb56 Parents: 9a6473c Author: Steven Gill Authored: Fri Dec 6 12:35:14 2013 -0800 Committer: Steven Gill Committed: Fri Dec 6 12:35:14 2013 -0800 ---------------------------------------------------------------------- cordova-lib/cordova.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/6eb2185a/cordova-lib/cordova.js ---------------------------------------------------------------------- diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js index 939690e..ea97c4e 100644 --- a/cordova-lib/cordova.js +++ b/cordova-lib/cordova.js @@ -1,5 +1,5 @@ // Platform: firefoxos -// 3.3.0-dev-c9de1bc +// 3.4.0-dev-c13f84f /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var CORDOVA_JS_BUILD_LABEL = '3.3.0-dev-c9de1bc'; +var CORDOVA_JS_BUILD_LABEL = '3.4.0-dev-c13f84f'; // file: lib/scripts/require.js /*jshint -W079 */ @@ -507,7 +507,7 @@ function include(parent, objects, clobber, merge) { include(result, obj.children, clobber, merge); } } catch(e) { - utils.alert('Exception building cordova JS globals: ' + e + ' for key "' + key + '"'); + utils.alert('Exception building Cordova JS globals: ' + e + ' for key "' + key + '"'); } }); }