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 2016/10/24 10:35:43 UTC

[21/21] cordova-windows git commit: Update JS snapshot to version 4.4.3 (via coho)

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 <v-...@microsoft.com>
Authored: Thu Oct 20 21:18:30 2016 +0300
Committer: daserge <v-...@microsoft.com>
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