mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Fix typo in previous patch spotted by pete.zha@sun.com a=roc
This commit is contained in:
parent
29b610a7a6
commit
44bf000c5d
@ -336,7 +336,7 @@ function HandleKeyEvent( aEvent )
|
||||
|
||||
function HandleClickEvent( aEvent )
|
||||
{
|
||||
if (aEvent.button == 0 && event.target.parentNode.view.selection.count) {
|
||||
if (aEvent.button == 0 && aEvent.target.parentNode.view.selection.count) {
|
||||
if (!onStart())
|
||||
return false;
|
||||
window.close();
|
||||
|
Loading…
Reference in New Issue
Block a user