[Pkg-mozext-commits] [firebug] 12/28: Removed unnecessary brackets

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:24 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 03b8fedafde95e204e7bcff0e793a80e7997dade
Author: Sebastian Zartner <sebastianzartner at gmx.de>
Date:   Fri Aug 17 11:09:03 2012 +0200

    Removed unnecessary brackets
---
 extension/content/firebug/lib/fonts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/lib/fonts.js b/extension/content/firebug/lib/fonts.js
index fb8adb4..0e58257 100644
--- a/extension/content/firebug/lib/fonts.js
+++ b/extension/content/firebug/lib/fonts.js
@@ -100,7 +100,7 @@ Fonts.getFontInfo = function(context, win, identifier)
 
     for (var i=0; i<fonts.length; i++)
     {
-        if ((identifier == fonts[i].URI) ||
+        if (identifier == fonts[i].URI ||
             identifier.toLowerCase() == fonts[i].CSSFamilyName.toLowerCase() ||
             identifier.toLowerCase() == fonts[i].name.toLowerCase())
         {

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