You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/08/24 03:10:41 UTC

[16/23] js commit: grammar: space after comma

grammar: space after comma


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/51ecc0d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/51ecc0d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/51ecc0d8

Branch: refs/heads/master
Commit: 51ecc0d86d2c3844f2474e96b841d90606580b79
Parents: 40ace94
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:24:06 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 17:56:11 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/51ecc0d8/lib/bada/plugin/bada/NetworkStatus.js
----------------------------------------------------------------------
diff --git a/lib/bada/plugin/bada/NetworkStatus.js b/lib/bada/plugin/bada/NetworkStatus.js
index 38ff127..7c77936 100644
--- a/lib/bada/plugin/bada/NetworkStatus.js
+++ b/lib/bada/plugin/bada/NetworkStatus.js
@@ -1,7 +1,7 @@
 var channel = require('cordova/channel'),
     Connection = require("cordova/plugin/Connection");
 
-// We can't tell if a cell connection is 2,3 or 4G.
+// 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 CELL_2G
 // if connected to cellular network