You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/08/24 23:57:38 UTC

[13/50] [abbrv] js commit: Try to make the sentence closer to English

Try to make the sentence closer to English


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

Branch: refs/heads/master
Commit: e7764496f963a92d5b586c84f57a15865cc25760
Parents: 03369e8
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:39:14 2012 -0400
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Aug 24 13:50:03 2012 -0700

----------------------------------------------------------------------
 lib/webworks/air/plugin/air/battery.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/e7764496/lib/webworks/air/plugin/air/battery.js
----------------------------------------------------------------------
diff --git a/lib/webworks/air/plugin/air/battery.js b/lib/webworks/air/plugin/air/battery.js
index 14eb7ce..f3f705f 100644
--- a/lib/webworks/air/plugin/air/battery.js
+++ b/lib/webworks/air/plugin/air/battery.js
@@ -2,7 +2,7 @@ var cordova = require('cordova');
 
 module.exports = {
     start: function (args, win, fail) {
-        // Register one listener to each of level and state change
+        // Register one listener to each of the level and state change
         // events using WebWorks API.
         blackberry.system.event.deviceBatteryStateChange(function(state) {
             var me = navigator.battery;