code style: else on same line

This commit is contained in:
Jan-Christoph Borchardt 2014-02-21 09:42:19 +01:00
parent 658758c3f7
commit b22d82f941
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ window.FileList={
setPageTitle: function(title){
if (title) {
title += ' - ';
}
else {
} else {
title = '';
}
title += FileList.appName;