You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/08/19 02:50:11 UTC

[3/3] git commit: cb6724re-add accidental removed of var keyword

cb6724re-add accidental removed of var keyword


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/08ad91f4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/08ad91f4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/08ad91f4

Branch: refs/heads/master
Commit: 08ad91f4ab289e7d7695300da56e741a84f41a17
Parents: c95343e
Author: Edna Morales <ed...@ednas-mbp-2.raleigh.ibm.com>
Authored: Mon Aug 18 14:10:43 2014 -0400
Committer: Edna Morales <ed...@ednas-mbp-2.raleigh.ibm.com>
Committed: Mon Aug 18 14:10:43 2014 -0400

----------------------------------------------------------------------
 tests/tests.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/08ad91f4/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index 91da2d9..ed71d19 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -466,7 +466,7 @@ exports.defineManualTests = function (contentEl, createActionButton) {
     div.setAttribute("align", "center");
     contentEl.appendChild(div);
 
-    batteryTable = generateTable('info', 5, 3, batteryElements);
+    var batteryTable = generateTable('info', 5, 3, batteryElements);
     contentEl.appendChild(batteryTable);
     
     div = document.createElement('h2');