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 <[email protected]>
Authored: Mon May 20 12:58:20 2013 -0700
Committer: Steven Gill <[email protected]>
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 -->

Reply via email to