[Pkg-mozext-commits] [tabmixplus] 07/44: TypeError: invalid 'in' operand node in ContentClick.jsm miscellaneous function when clicking on link with onclick and no href

David Prévot taffit at moszumanska.debian.org
Fri Mar 18 20:57: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 c32d2654b931623066bafdf749e66773bcd77fb2
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Feb 23 11:19:06 2016 +0200

    TypeError: invalid 'in' operand node in ContentClick.jsm miscellaneous function when clicking on link with onclick and no href
---
 modules/ContentClick.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ContentClick.jsm b/modules/ContentClick.jsm
index a6637f2..dcc4997 100644
--- a/modules/ContentClick.jsm
+++ b/modules/ContentClick.jsm
@@ -356,7 +356,7 @@ var ContentClickInternal = {
       return [eventWhere + "@2.1"];
     }
 
-    if (this.miscellaneous(wrappedNode))
+    if (this.miscellaneous(wrappedNode || wrappedOnClickNode))
       return ["default at 2.2"];
 
     /*

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