[Pkg-mozext-commits] [firebug] 22/28: Missing event parameter (related to issue 5809)

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:25 UTC 2014


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

taffit pushed a commit to tag firebug-1.10.3
in repository firebug.

commit ffab6dd3db078822f6056179c3d988ba83d924c4
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Tue Aug 14 14:26:12 2012 +0200

    Missing event parameter (related to issue 5809)
---
 extension/content/firebug/firefox/browserOverlay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/firefox/browserOverlay.js b/extension/content/firebug/firefox/browserOverlay.js
index 11d4b17..cc6b047 100644
--- a/extension/content/firebug/firefox/browserOverlay.js
+++ b/extension/content/firebug/firefox/browserOverlay.js
@@ -449,7 +449,7 @@ Firebug.GlobalUI =
         document.dispatchEvent(event);
     },
 
-    onMenuHiding: function(popup)
+    onMenuHiding: function(popup, event)
     {
         if (popup != event.target)
             return;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list