You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/02/05 07:46:25 UTC

ios commit: Updated cordova-js to 2.4.0

Updated Branches:
  refs/heads/master 187bf21b3 -> 6612ae9ef


Updated cordova-js to 2.4.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/6612ae9e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/6612ae9e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/6612ae9e

Branch: refs/heads/master
Commit: 6612ae9ef26c0225113802eb763458f0fb436459
Parents: 187bf21
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Feb 5 07:46:15 2013 +0100
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Feb 5 07:46:15 2013 +0100

----------------------------------------------------------------------
 CordovaLib/cordova.ios.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/6612ae9e/CordovaLib/cordova.ios.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.ios.js b/CordovaLib/cordova.ios.js
index b14ec10..bc15819 100644
--- a/CordovaLib/cordova.ios.js
+++ b/CordovaLib/cordova.ios.js
@@ -1,8 +1,8 @@
 // Platform: ios
 
-// commit e784eee3ce02dbd475e3c3f70031668f1706f2ec
+// commit ac725f6ae0bd655789771e2a40b8d60cb4c8c221
 
-// File generated at :: Wed Jan 30 2013 09:20:09 GMT-0500 (EST)
+// File generated at :: Tue Feb 05 2013 05:30:42 GMT+0100 (CET)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -1575,6 +1575,7 @@ module.exports = {
         CELL_2G: "2g",
         CELL_3G: "3g",
         CELL_4G: "4g",
+        CELL:"cellular",
         NONE: "none"
 };