Fix coding style

This commit is contained in:
YUKI Hiroshi 2016-06-22 18:51:57 +09:00
parent 3051e28894
commit 68c16c234d

View File

@ -50,10 +50,11 @@ AboutGroup.prototype = {
{ {
const version = Services.appinfo.platformVersion; const version = Services.appinfo.platformVersion;
const comp = Services.vc.compare('48.*',version); const comp = Services.vc.compare('48.*', version);
if( comp > 0 ){ if (comp > 0) {
return Services.io.newChannel('chrome://treestyletab/content/group.xul', null, null); return Services.io.newChannel('chrome://treestyletab/content/group.xul', null, null);
}else{ }
else {
return Services.io.newChannel2( return Services.io.newChannel2(
'chrome://treestyletab/content/group.xul', 'chrome://treestyletab/content/group.xul',
null, null,