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 2012/05/16 14:36:30 UTC

js commit: updating comment

Updated Branches:
  refs/heads/master 2bbb1cc07 -> 41dc4857f


updating comment


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/41dc4857
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/41dc4857
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/41dc4857

Branch: refs/heads/master
Commit: 41dc4857fa6c300e1aaef0de03d3188db777d5f9
Parents: 2bbb1cc
Author: Anis Kadri <an...@gmail.com>
Authored: Wed May 16 05:36:24 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Wed May 16 05:36:24 2012 -0700

----------------------------------------------------------------------
 lib/bada/plugin/bada/NetworkStatus.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/41dc4857/lib/bada/plugin/bada/NetworkStatus.js
----------------------------------------------------------------------
diff --git a/lib/bada/plugin/bada/NetworkStatus.js b/lib/bada/plugin/bada/NetworkStatus.js
index d334cad..38ff127 100644
--- a/lib/bada/plugin/bada/NetworkStatus.js
+++ b/lib/bada/plugin/bada/NetworkStatus.js
@@ -3,7 +3,8 @@ var channel = require('cordova/channel'),
 
 // We can't tell if a cell connection is 2,3 or 4G.
 // We just know if it's connected and the signal strength
-// if it's roaming and the network name etc..so unless wifi we default to UNKNOWN
+// if it's roaming and the network name etc..so unless wifi we default to CELL_2G
+// if connected to cellular network
 
 module.exports = {
     getConnectionInfo: function(success, fail) {