syntax error

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6590 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-04-08 23:45:09 +00:00
parent 69852a60b6
commit 026544aa69

View File

@ -2632,7 +2632,7 @@ TreeStyleTabBrowser.prototype = {
onClick : function TSTBrowser_onClick(aEvent)
{
if (
aEvent.target.ownerDocument != document
aEvent.target.ownerDocument != document ||
aEvent.button != 0 ||
this.isAccelKeyPressed(aEvent)
)