[Pkg-mozext-commits] [firebug] 02/56: Further 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 a8945914ba961b6a5c750d467587fe0df070cdd8
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date: Wed Sep 3 14:22:42 2014 +0200
Further clarified comment about string constant concatenation
---
extension/content/firebug/net/netCacheReader.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/extension/content/firebug/net/netCacheReader.js b/extension/content/firebug/net/netCacheReader.js
index 3c8149a..c838ef3 100644
--- a/extension/content/firebug/net/netCacheReader.js
+++ b/extension/content/firebug/net/netCacheReader.js
@@ -36,7 +36,8 @@ var autoFetchDelay = 1000;
var TraceError = FBTrace.toError();
var Trace = FBTrace.to("DBG_NETCACHEREADER");
-// Concatenated the interface string to workaround the AMO verification parser.
+// Concatenated the interface string as workaround, so we don't get a warning from 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