Use descriptive variable name
This commit is contained in:
parent
794ac3733c
commit
8fc304948c
@ -49,8 +49,8 @@ AboutGroup.prototype = {
|
||||
newChannel : function(aURI)
|
||||
{
|
||||
const version = Services.appinfo.platformVersion;
|
||||
const comp = Services.vc.compare('48.*', version);
|
||||
if (comp > 0) {
|
||||
const compareResult = Services.vc.compare('48.*', version);
|
||||
if (compareResult > 0) {
|
||||
return Services.io.newChannel('chrome://treestyletab/content/group.xul', null, null);
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user