You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/02/04 21:31:48 UTC

[4/7] wp7 commit: update JS

update JS


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/99fa6ce3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/99fa6ce3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/99fa6ce3

Branch: refs/heads/master
Commit: 99fa6ce38e323df7ce746a47e252d3b1592f0c67
Parents: 0c8cda2
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Feb 4 11:23:21 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Feb 4 11:23:21 2013 -0800

----------------------------------------------------------------------
 example/www/cordova-2.4.0.js              |   11 +++++++++--
 templates/full/www/cordova-2.4.0.js       |   11 +++++++++--
 templates/standalone/www/cordova-2.4.0.js |   11 +++++++++--
 3 files changed, 27 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/99fa6ce3/example/www/cordova-2.4.0.js
----------------------------------------------------------------------
diff --git a/example/www/cordova-2.4.0.js b/example/www/cordova-2.4.0.js
index d62f792..731c4c5 100644
--- a/example/www/cordova-2.4.0.js
+++ b/example/www/cordova-2.4.0.js
@@ -1,8 +1,8 @@
 // Platform: windowsphone
 
-// commit e784eee3ce02dbd475e3c3f70031668f1706f2ec
+// commit ac725f6ae0bd655789771e2a40b8d60cb4c8c221
 
-// File generated at :: Fri Feb 01 2013 14:32:23 GMT-0800 (Pacific Standard Time)
+// File generated at :: Mon Feb 04 2013 11:20:37 GMT-0800 (Pacific Standard Time)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -1154,6 +1154,12 @@ module.exports = {
         },
         console:{
           path: "cordova/plugin/windowsphone/console"
+        },
+        FileTransfer: {
+            path: 'cordova/plugin/windowsphone/FileTransfer'
+        },
+        open : {
+            path: 'cordova/plugin/InAppBrowser'
         }
     }
 };
@@ -1432,6 +1438,7 @@ module.exports = {
         CELL_2G: "2g",
         CELL_3G: "3g",
         CELL_4G: "4g",
+        CELL:"cellular",
         NONE: "none"
 };
 

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/99fa6ce3/templates/full/www/cordova-2.4.0.js
----------------------------------------------------------------------
diff --git a/templates/full/www/cordova-2.4.0.js b/templates/full/www/cordova-2.4.0.js
index d62f792..731c4c5 100644
--- a/templates/full/www/cordova-2.4.0.js
+++ b/templates/full/www/cordova-2.4.0.js
@@ -1,8 +1,8 @@
 // Platform: windowsphone
 
-// commit e784eee3ce02dbd475e3c3f70031668f1706f2ec
+// commit ac725f6ae0bd655789771e2a40b8d60cb4c8c221
 
-// File generated at :: Fri Feb 01 2013 14:32:23 GMT-0800 (Pacific Standard Time)
+// File generated at :: Mon Feb 04 2013 11:20:37 GMT-0800 (Pacific Standard Time)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -1154,6 +1154,12 @@ module.exports = {
         },
         console:{
           path: "cordova/plugin/windowsphone/console"
+        },
+        FileTransfer: {
+            path: 'cordova/plugin/windowsphone/FileTransfer'
+        },
+        open : {
+            path: 'cordova/plugin/InAppBrowser'
         }
     }
 };
@@ -1432,6 +1438,7 @@ module.exports = {
         CELL_2G: "2g",
         CELL_3G: "3g",
         CELL_4G: "4g",
+        CELL:"cellular",
         NONE: "none"
 };
 

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/99fa6ce3/templates/standalone/www/cordova-2.4.0.js
----------------------------------------------------------------------
diff --git a/templates/standalone/www/cordova-2.4.0.js b/templates/standalone/www/cordova-2.4.0.js
index d62f792..731c4c5 100644
--- a/templates/standalone/www/cordova-2.4.0.js
+++ b/templates/standalone/www/cordova-2.4.0.js
@@ -1,8 +1,8 @@
 // Platform: windowsphone
 
-// commit e784eee3ce02dbd475e3c3f70031668f1706f2ec
+// commit ac725f6ae0bd655789771e2a40b8d60cb4c8c221
 
-// File generated at :: Fri Feb 01 2013 14:32:23 GMT-0800 (Pacific Standard Time)
+// File generated at :: Mon Feb 04 2013 11:20:37 GMT-0800 (Pacific Standard Time)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -1154,6 +1154,12 @@ module.exports = {
         },
         console:{
           path: "cordova/plugin/windowsphone/console"
+        },
+        FileTransfer: {
+            path: 'cordova/plugin/windowsphone/FileTransfer'
+        },
+        open : {
+            path: 'cordova/plugin/InAppBrowser'
         }
     }
 };
@@ -1432,6 +1438,7 @@ module.exports = {
         CELL_2G: "2g",
         CELL_3G: "3g",
         CELL_4G: "4g",
+        CELL:"cellular",
         NONE: "none"
 };