[Pkg-mozext-commits] [firexpath] 35/51: Issue29: Small change to keep the compatibility with Firebug 1.7

David Prévot taffit at moszumanska.debian.org
Sun Mar 22 15:08:53 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 9db52d511ec85df5e3de4a7f29fbf28811d8e290
Author: pierre.tholence at gmail.com <pierre.tholence at gmail.com@dfa30af4-1965-11df-8728-136f2c2ca76e>
Date:   Sat Aug 6 18:25:07 2011 +0000

    Issue29: Small change to keep the compatibility with Firebug 1.7
    
    git-svn-id: http://firepath.googlecode.com/svn/trunk@42 dfa30af4-1965-11df-8728-136f2c2ca76e
---
 content/FirePathPanel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/FirePathPanel.js b/content/FirePathPanel.js
index f8cb5ce..11e3ac0 100644
--- a/content/FirePathPanel.js
+++ b/content/FirePathPanel.js
@@ -188,7 +188,7 @@ Firebug.FirePathPanel.prototype = extend(Firebug.Panel,
 			this.firePathStatusBar.show(this.context, show);
 		} catch (e) {}
 		
-		var $ = Firebug.chrome.getElementById;
+		var $ = Firebug.chrome.getElementById || Firebug.chrome.$;
 		
 		// when there is a visibility: hidden style the collapsed attribute doesn't work correctly
 		$("fbPanelStatus").removeAttribute("style");

-- 
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