Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 22, 2016
1 parent 3051e28 commit 68c16c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/AboutGroup.js
Expand Up @@ -50,10 +50,11 @@ AboutGroup.prototype = {
{
const version = Services.appinfo.platformVersion;

const comp = Services.vc.compare('48.*',version);
if( comp > 0 ){
const comp = Services.vc.compare('48.*', version);
if (comp > 0) {
return Services.io.newChannel('chrome://treestyletab/content/group.xul', null, null);
}else{
}
else {
return Services.io.newChannel2(
'chrome://treestyletab/content/group.xul',
null,
Expand Down

0 comments on commit 68c16c2

Please sign in to comment.