[Pkg-mozext-commits] [firexpath] 20/51: Made the necessary change to be compatible with Firebug 1.7

David Prévot taffit at moszumanska.debian.org
Sun Mar 22 15:08:51 UTC 2015


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

taffit pushed a commit to branch master
in repository firexpath.

commit 544b0674eeaf2f622e5b467ab9f2465e707b3174
Author: pierre.tholence at gmail.com <pierre.tholence at gmail.com@dfa30af4-1965-11df-8728-136f2c2ca76e>
Date:   Sat Mar 12 15:15:40 2011 +0000

    Made the necessary change to be compatible with Firebug 1.7
    
    git-svn-id: http://firepath.googlecode.com/svn/trunk@25 dfa30af4-1965-11df-8728-136f2c2ca76e
---
 content/FirePathPanel.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/FirePathPanel.js b/content/FirePathPanel.js
index 9701488..96fd3c0 100644
--- a/content/FirePathPanel.js
+++ b/content/FirePathPanel.js
@@ -1110,6 +1110,8 @@ function getNodePosition(node) {
 // ************************************************************************************************
 // Extension of InsideOutBox to support multiple selection
 
+var InsideOutBox = Firebug.InsideOutBox ? Firebug.InsideOutBox : top.InsideOutBox;
+
 InsideOutBox.prototype = extend(InsideOutBox.prototype, {
 	
 	selectMultiple: function(objects) {
@@ -1930,4 +1932,4 @@ overwriteMethodForPanel(
 Firebug.registerPanel(Firebug.FirePathPanel);
 Firebug.registerModule(Firebug.FirePathPanel.LocationHighlightModule, Firebug.FirePathPanel.ResultHighlightModule);
 if(Firebug.registerUIListener) Firebug.registerUIListener(Firebug.FirePathPanel.ResultHighlightModule);
-}});
\ No newline at end of file
+}});

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



More information about the Pkg-mozext-commits mailing list