You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/01/31 23:29:07 UTC

[1/7] js commit: added Connection static type CELL for generic cellular connections where speed/type cannot be determined

added Connection static type CELL for generic cellular connections where speed/type cannot be determined


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

Branch: refs/heads/master
Commit: 99b4f3dc21c710e2e910b8f2c07f5a95f9f1887e
Parents: 984652a
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jan 17 13:18:18 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jan 17 13:18:18 2013 -0800

----------------------------------------------------------------------
 lib/common/plugin/Connection.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/99b4f3dc/lib/common/plugin/Connection.js
----------------------------------------------------------------------
diff --git a/lib/common/plugin/Connection.js b/lib/common/plugin/Connection.js
index 27ce5b9..f20a485 100644
--- a/lib/common/plugin/Connection.js
+++ b/lib/common/plugin/Connection.js
@@ -29,5 +29,6 @@ module.exports = {
         CELL_2G: "2g",
         CELL_3G: "3g",
         CELL_4G: "4g",
+        CELL:"cellular",
         NONE: "none"
 };