mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 01:57:59 +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