You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/07/11 14:23:51 UTC

[52/54] [abbrv] cordova-windows git commit: CB-11552 Update JS snapshot to version 4.4.1 (via coho)

CB-11552 Update JS snapshot to version 4.4.1 (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/2cd4e2f2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/2cd4e2f2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/2cd4e2f2

Branch: refs/heads/4.4.x
Commit: 2cd4e2f2346eb6d75f612c3dbcfd8a633eb27337
Parents: 3aca1d8
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Mon Jul 11 17:04:55 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Mon Jul 11 17:10:18 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/2cd4e2f2/template/www/cordova.js
----------------------------------------------------------------------
diff --git a/template/www/cordova.js b/template/www/cordova.js
index 0997b11..59d196f 100644
--- a/template/www/cordova.js
+++ b/template/www/cordova.js
@@ -1,5 +1,5 @@
 \ufeff// Platform: windows
-// 886843febcc34d7248dfd968fde2e00a34c9be29
+// d403ce434788ffe1937711d6ebcbcc837fcbcb14
 /*
  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.4.0';
+var PLATFORM_VERSION_BUILD_LABEL = '4.4.1';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -817,7 +817,7 @@ module.exports = channel;
 
 });
 
-// file: F:/coho/cordova-windows/cordova-js-src/confighelper.js
+// file: D:/cordova/cordova-windows/cordova-js-src/confighelper.js
 define("cordova/confighelper", function(require, exports, module) {
 
 // config.xml wrapper (non-node ConfigParser analogue)
@@ -891,7 +891,7 @@ exports.readConfig = readConfig;
 
 });
 
-// file: F:/coho/cordova-windows/cordova-js-src/exec.js
+// file: D:/cordova/cordova-windows/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*jslint sloppy:true, plusplus:true*/
@@ -1482,7 +1482,7 @@ exports.reset();
 
 });
 
-// file: F:/coho/cordova-windows/cordova-js-src/platform.js
+// file: D:/cordova/cordova-windows/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {
@@ -1801,7 +1801,7 @@ exports.load = function(callback) {
 
 });
 
-// file: F:/coho/cordova-windows/cordova-js-src/splashscreen.js
+// file: D:/cordova/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