mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 00:15:47 +01:00
use lambda notation for setter and getter definitions where appropriate
This commit is contained in:
@@ -747,7 +747,7 @@ liberator.Mail = function () //{{{
|
||||
|
||||
return {
|
||||
|
||||
get currentAccount() { return this.currentFolder.rootFolder; },
|
||||
get currentAccount() this.currentFolder.rootFolder,
|
||||
|
||||
get currentFolder() {
|
||||
var tree = GetFolderTree();
|
||||
|
||||
Reference in New Issue
Block a user