Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Jun 19, 2018
1 parent aceacc3 commit 1cd5b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/aboutStylishEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1cd5b1a

Please sign in to comment.