You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/05/20 21:58:26 UTC

git commit: javascritp should clobber navigator.connection instead of navigator.network

Updated Branches:
  refs/heads/master cfa794b72 -> f9402f006


javascritp should clobber navigator.connection instead of navigator.network


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/f9402f00
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/f9402f00
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/f9402f00

Branch: refs/heads/master
Commit: f9402f00615d4ff88c946d833af022b94e4963a6
Parents: cfa794b
Author: Steven Gill <st...@gmail.com>
Authored: Mon May 20 12:58:20 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon May 20 12:58:20 2013 -0700

----------------------------------------------------------------------
 plugin.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/f9402f00/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5dc4dbd..21bc802 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -8,7 +8,7 @@ id="org.apache.cordova.core.NetworkManager"
     <name>Network Information</name>
     
     <js-module src="www/network.js" name="network">
-        <clobbers target="navigator.network" />
+        <clobbers target="navigator.connection" />
     </js-module>
             
     <!-- android -->