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

David Prévot taffit at moszumanska.debian.org
Sat Mar 26 19:35:50 UTC 2016


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

taffit pushed a commit to tag FirePath-0.9.6
in repository firexpath.

commit e26973f0dcb23c9c7628e3d3b1ac79c1fd8fedff
Author: pierre.tholence <pierre.tholence at gmail.com>
Date:   Sat Mar 12 15:15:40 2011 +0000

    Made the necessary change to be compatible with Firebug 1.7
---
 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