mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-24 17:01:25 +02:00
use lambda notation for setter and getter definitions where appropriate
This commit is contained in:
+1
-1
@@ -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