[Pkg-mozext-commits] [tabmixplus] 46/123: Fix Error - redeclaration of var Cc

David Prévot taffit at moszumanska.debian.org
Wed Sep 17 21:16:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 637dcd81db05b08d583a533ac8adafe07f8c8c1f
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon Aug 25 20:02:10 2014 +0300

    Fix Error - redeclaration of var Cc
---
 chrome/content/content.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/content.js b/chrome/content/content.js
index 6687a6a..6264a42 100644
--- a/chrome/content/content.js
+++ b/chrome/content/content.js
@@ -1,6 +1,6 @@
 "use strict";
 
-const {classes: Cc, interfaces: Ci, utils: Cu} = Components;
+let {classes: Cc, interfaces: Ci, utils: Cu} = Components;
 
 Cu.import("resource://gre/modules/XPCOMUtils.jsm", this);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list