1
0
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:
Doug Kearns
2008-09-24 06:03:42 +00:00
parent 804b1fd62f
commit f478f57c57
6 changed files with 16 additions and 21 deletions

View File

@@ -747,7 +747,7 @@ liberator.Mail = function () //{{{
return {
get currentAccount() { return this.currentFolder.rootFolder; },
get currentAccount() this.currentFolder.rootFolder,
get currentFolder() {
var tree = GetFolderTree();