Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EEEBF200BBD for ; Mon, 24 Oct 2016 12:35:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EDBF0160AE1; Mon, 24 Oct 2016 10:35:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7122F160B0E for ; Mon, 24 Oct 2016 12:35:25 +0200 (CEST) Received: (qmail 73812 invoked by uid 500); 24 Oct 2016 10:35:24 -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 73393 invoked by uid 99); 24 Oct 2016 10:35:24 -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; Mon, 24 Oct 2016 10:35:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F3A66E0ADC; Mon, 24 Oct 2016 10:35:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: daserge@apache.org To: commits@cordova.apache.org Date: Mon, 24 Oct 2016 10:35:43 -0000 Message-Id: <3bd02e9f9f864d0d9e84880da407adef@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [21/21] cordova-windows git commit: Update JS snapshot to version 4.4.3 (via coho) archived-at: Mon, 24 Oct 2016 10:35:27 -0000 Update JS snapshot to version 4.4.3 (via coho) Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/1299ade5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/1299ade5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/1299ade5 Branch: refs/heads/4.4.x Commit: 1299ade53c933563006663f0b1c086b1a5dd336c Parents: 224a85c Author: daserge Authored: Thu Oct 20 21:18:30 2016 +0300 Committer: daserge Committed: Thu Oct 20 21:18:30 2016 +0300 ---------------------------------------------------------------------- template/www/cordova.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/1299ade5/template/www/cordova.js ---------------------------------------------------------------------- diff --git a/template/www/cordova.js b/template/www/cordova.js index 5af4cdc..81583d3 100644 --- a/template/www/cordova.js +++ b/template/www/cordova.js @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var PLATFORM_VERSION_BUILD_LABEL = '4.4.2'; +var PLATFORM_VERSION_BUILD_LABEL = '4.4.3'; // file: src/scripts/require.js /*jshint -W079 */ @@ -841,7 +841,7 @@ module.exports = channel; }); -// file: F:/coho/cordova-windows/cordova-js-src/confighelper.js +// file: f:/coho/cordova-windows/cordova-js-src/confighelper.js define("cordova/confighelper", function(require, exports, module) { // config.xml wrapper (non-node ConfigParser analogue) @@ -915,7 +915,7 @@ exports.readConfig = readConfig; }); -// file: F:/coho/cordova-windows/cordova-js-src/exec.js +// file: f:/coho/cordova-windows/cordova-js-src/exec.js define("cordova/exec", function(require, exports, module) { /*jslint sloppy:true, plusplus:true*/ @@ -1506,7 +1506,7 @@ exports.reset(); }); -// file: F:/coho/cordova-windows/cordova-js-src/platform.js +// file: f:/coho/cordova-windows/cordova-js-src/platform.js define("cordova/platform", function(require, exports, module) { module.exports = { @@ -1825,7 +1825,7 @@ exports.load = function(callback) { }); -// file: F:/coho/cordova-windows/cordova-js-src/splashscreen.js +// file: f:/coho/cordova-windows/cordova-js-src/splashscreen.js define("cordova/splashscreen", function(require, exports, module) { var isPhone = (cordova.platformId == 'windows') && WinJS.Utilities.isPhone; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org