You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/07/08 23:00:10 UTC

[03/28] git commit: Remove unused variable

Remove unused variable


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/24007e4b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/24007e4b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/24007e4b

Branch: refs/heads/master
Commit: 24007e4bd6f9eb6b8b01326d3df5f143a5ec0d6b
Parents: 21843f2
Author: Josh Soref <js...@rim.com>
Authored: Tue Jun 18 16:38:05 2013 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Jun 18 19:03:28 2013 -0400

----------------------------------------------------------------------
 targets/rim.chrome.extension/controllers/Background.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/24007e4b/targets/rim.chrome.extension/controllers/Background.js
----------------------------------------------------------------------
diff --git a/targets/rim.chrome.extension/controllers/Background.js b/targets/rim.chrome.extension/controllers/Background.js
index 5ec56be..537f34b 100644
--- a/targets/rim.chrome.extension/controllers/Background.js
+++ b/targets/rim.chrome.extension/controllers/Background.js
@@ -61,7 +61,7 @@ tinyHippos.Background = (function () {
         xhr.send();
 
         chrome.extension.onRequest.addListener(function (request, sender, sendResponse) {
-            var xhr, postData, data, plugini, eula;
+            var xhr, postData, data, eula;
             switch (request.action) {
             case "isEnabled":
                 console.log("isEnabled? ==> " + request.tabURL);