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

[9/23] 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/ebf0ac83
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/ebf0ac83
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/ebf0ac83

Branch: refs/heads/master
Commit: ebf0ac8365207c4a3c5e5a598aec40eeba898488
Parents: dc51bb7
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:39:14 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 17:56:45 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/ebf0ac83/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;