mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:38:00 +01:00
use lambda notation for setter and getter definitions where appropriate
This commit is contained in:
@@ -643,9 +643,9 @@ liberator.Tabs = function () //{{{
|
||||
|
||||
return {
|
||||
|
||||
get alternate() { return alternates[1]; },
|
||||
get alternate() alternates[1],
|
||||
|
||||
get count() { return getBrowser().mTabs.length; },
|
||||
get count() getBrowser().mTabs.length,
|
||||
|
||||
// used for :setlocal
|
||||
get options()
|
||||
|
||||
Reference in New Issue
Block a user