[Pkg-mozext-commits] [tabmixplus] 25/32: ReferenceError - reference to undefined property this.id, changeset 78129ed2f8fd

David Prévot taffit at moszumanska.debian.org
Sun Feb 7 19:23:14 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit defc52a2ae55ec4d1869c935eb31fa5a1cd29b20
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Jan 23 20:22:15 2016 +0200

    ReferenceError - reference to undefined property this.id, changeset 78129ed2f8fd
---
 modules/extensions/AddonManager.jsm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/extensions/AddonManager.jsm b/modules/extensions/AddonManager.jsm
index dbcba61..833dad7 100644
--- a/modules/extensions/AddonManager.jsm
+++ b/modules/extensions/AddonManager.jsm
@@ -43,9 +43,8 @@ var TabGroups = {
 // https://addons.mozilla.org/en-US/firefox/addon/google-no-tracking-url/
 var GoogleNoTrackingUrl = {
   id: "jid1-zUrvDCat3xoDSQ at jetpack",
-  pref: "extensions." + this.id + "aggresiveGoogleImagesCleanup",
   onEnabled: function() {
-    const pref = this.pref;
+    const pref = "extensions." + this.id + "aggresiveGoogleImagesCleanup";
     TabmixSvc.isFixedGoogleUrl = function(url) {
       const aggresiveWithImageUrls = TabmixSvc.prefs.get(pref, false);
       const isSearchResult = GOOGLE_REGEXP.test(url);

-- 
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