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/08/24 23:57:39 UTC

[23/50] [abbrv] 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/379d921b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/379d921b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/379d921b

Branch: refs/heads/master
Commit: 379d921bfa795bab955995d6432a55d4efcc6f74
Parents: 685be1b
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:24:06 2012 -0400
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Aug 24 13:50:01 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/379d921b/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