1
0
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:
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

@@ -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()