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/21 02:34:17 UTC

git commit: updated clobber target

Updated Branches:
  refs/heads/master 31815511a -> ec25c1f3d


updated clobber target


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/ec25c1f3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/ec25c1f3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/ec25c1f3

Branch: refs/heads/master
Commit: ec25c1f3d63ee45a8490c5adeb282bdff36e396d
Parents: 3181551
Author: Steven Gill <st...@gmail.com>
Authored: Mon May 20 17:34:13 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon May 20 17:34:13 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/ec25c1f3/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a1cab83..4599a52 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -7,7 +7,7 @@ id="org.apache.cordova.core.BatteryListener">
     <name>Battery</name>
 
     <js-module src="www/battery.js" name="battery">
-        <clobbers target="window.battery" />
+        <clobbers target="navigator.battery" />
     </js-module>
     
     <!-- android -->