From 1cd5b1ad67a552a493737b80bd7a80d53ab18e47 Mon Sep 17 00:00:00 2001 From: Lootyhoof Date: Tue, 19 Jun 2018 22:34:14 +0100 Subject: [PATCH] Improve comment --- components/aboutStylishEdit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/aboutStylishEdit.js b/components/aboutStylishEdit.js index 6cf62de..3b28d0b 100644 --- a/components/aboutStylishEdit.js +++ b/components/aboutStylishEdit.js @@ -30,7 +30,7 @@ AboutStylishEdit.prototype = { let uri = Services.io.newURI("chrome://stylem/content/edit.xul", null, null); channel = Services.io.newChannelFromURIWithLoadInfo(uri, aSecurity_or_aLoadInfo); } else { - // less than Firefox 48 / Pale Moon 28 aSecurity_or_aLoadInfo is aSecurity + // less than Gecko 48 / Goanna 4 aSecurity_or_aLoadInfo is aSecurity channel = Services.io.newChannel("chrome://stylem/content/edit.xul", null, null); } channel.originalURI = aURI;