We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a315ec commit 56462c2Copy full SHA for 56462c2
common/content/liberator.js
@@ -577,7 +577,7 @@ const Liberator = Module("liberator", {
577
const ps = new DOMParser;
578
const encoder = Cc["@mozilla.org/layout/documentEncoder;1?type=text/xml"].getService(Ci.nsIDocumentEncoder);
579
encoder.init(document, "text/xml", 0);
580
- body = xml.map([con for ([,con] in Iterator(plugins.contexts))], function (context) {
+ var body = xml.map([con for ([,con] in Iterator(plugins.contexts))], function (context) {
581
try { // debug
582
var info = context.INFO;
583
if (!info) return "";
0 commit comments