[Pkg-mozext-commits] [firebug] 01/56: Clarified comment about string constant concatenation
David Prévot
taffit at moszumanska.debian.org
Wed Nov 19 21:01:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firebug.
commit 8105b90c2178fd71796ecb6a6dbed77ceeef3455
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date: Wed Sep 3 14:20:26 2014 +0200
Clarified comment about string constant concatenation
---
extension/content/firebug/net/netCacheReader.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extension/content/firebug/net/netCacheReader.js b/extension/content/firebug/net/netCacheReader.js
index 56e6047..3c8149a 100644
--- a/extension/content/firebug/net/netCacheReader.js
+++ b/extension/content/firebug/net/netCacheReader.js
@@ -36,8 +36,8 @@ var autoFetchDelay = 1000;
var TraceError = FBTrace.toError();
var Trace = FBTrace.to("DBG_NETCACHEREADER");
-// Create a shortcut to workaround AMO verification parser. The old interface is still
-// needed to support Firefox < 32
+// Concatenated the interface string to workaround the AMO verification parser.
+// The old interface is still needed to support Firefox < 32.
var oldICache = Ci["ns" + "ICache"];
// ********************************************************************************************* //
--
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