[Pkg-mozext-commits] [tabmixplus] 51/123: Typo this need to be self

David Prévot taffit at moszumanska.debian.org
Wed Sep 17 21:16:26 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 a9b12d073ca666dd91b6f40e21d54d7f9564b784
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Aug 26 21:55:01 2014 +0300

    Typo this need to be self
---
 modules/ContentClick.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ContentClick.jsm b/modules/ContentClick.jsm
index 4f3e1d0..fda9d0d 100644
--- a/modules/ContentClick.jsm
+++ b/modules/ContentClick.jsm
@@ -213,7 +213,7 @@ let ContentClickInternal = {
         */
         ///XXX [object CPOW [object HTMLDocument]] linkNode.ownerDocument
         let location = linkNode.ownerDocument.location;
-        let curpage = location ? location.href || location.baseURI : this._data.currentURL;
+        let curpage = location ? location.href || location.baseURI : self._data.currentURL;
         return self.isLinkToExternalDomain(curpage, self._window.XULBrowserWindow.overLink || linkNode);
       });
     }

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