You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2017/01/28 14:23:58 UTC

cordova-windows git commit: Update JS snapshot to version 5.0.0 (via coho)

Repository: cordova-windows
Updated Branches:
  refs/heads/5.0.x [created] 9edcf26b2


Update JS snapshot to version 5.0.0 (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/9edcf26b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/9edcf26b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/9edcf26b

Branch: refs/heads/5.0.x
Commit: 9edcf26b21ff9a8410023740651b64f1a3f156fe
Parents: 6810578
Author: daserge <v-...@microsoft.com>
Authored: Fri Jan 27 19:38:33 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 27 19:38:33 2017 +0300

----------------------------------------------------------------------
 template/www/cordova.js | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/9edcf26b/template/www/cordova.js
----------------------------------------------------------------------
diff --git a/template/www/cordova.js b/template/www/cordova.js
index 4cfb998..92d0c14 100644
--- a/template/www/cordova.js
+++ b/template/www/cordova.js
@@ -1,5 +1,5 @@
 \ufeff// Platform: windows
-// a3732cb71d9b1dd590338e8cf44196f366d46da3
+// 7c5fcc5a5adfbf3fb8ceaf36fbdd4bd970bd9c20
 /*
  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 PLATFORM_VERSION_BUILD_LABEL = '4.5.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '5.0.0';
 // 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 and AppxManifest.xml wrapper (non-node ConfigParser analogue)
@@ -956,7 +956,7 @@ exports.readManifest = readManifest;
 
 });
 
-// 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*/
@@ -1547,7 +1547,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 = {
@@ -1881,7 +1881,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 isWp81 = navigator.appVersion.indexOf("Windows Phone 8.1") !== -1;
@@ -2019,7 +2019,7 @@ function init(config, manifest) {
 
     if (isWp81) {
         extendedSplashProgress.classList.add('extended-splash-progress-phone');
-    } else if (isWp10) {
+    } else if (isWp10) {   
         extendedSplashProgress.classList.add('extended-splash-progress-wp10');
     } else {
         extendedSplashProgress.classList.add('extended-splash-progress-desktop');


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org