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/07/11 02:26:00 UTC

docs commit: [CB-2686] Update Connection reachability to 'cellular' and remove deprecation notice.

Updated Branches:
  refs/heads/master d9c639f07 -> a638bb756


[CB-2686] Update Connection reachability to 'cellular' and remove deprecation notice.


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

Branch: refs/heads/master
Commit: a638bb7568e94e7ebe7529b7da837368abbe2359
Parents: d9c639f
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Jul 10 17:25:53 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Jul 10 17:25:53 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/connection/connection.type.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a638bb75/docs/en/edge/cordova/connection/connection.type.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/connection/connection.type.md b/docs/en/edge/cordova/connection/connection.type.md
index ed06ef3..549f729 100644
--- a/docs/en/edge/cordova/connection/connection.type.md
+++ b/docs/en/edge/cordova/connection/connection.type.md
@@ -116,7 +116,7 @@ iOS Quirks
 ----------
 
 - iOS cannot detect the type of cellular network connection.
-    - `navigator.connection.type` is set to `Connection.CELL_2G` for all cellular data.  This is deprecated as of 2.6.0 and will be changed to return `Connection.CELL` in a future release.
+    - `navigator.connection.type` is set to `Connection.CELL` for all cellular data.
 
 Windows Phone Quirks
 --------------------