mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 14:12:27 +01:00
use lambda notation for setter and getter definitions where appropriate
This commit is contained in:
@@ -560,8 +560,8 @@ const liberator = (function () //{{{
|
||||
|
||||
return {
|
||||
|
||||
get mode() { return liberator.modes.main; },
|
||||
set mode(value) { liberator.modes.main = value; },
|
||||
get mode() liberator.modes.main,
|
||||
set mode(value) liberator.modes.main = value,
|
||||
|
||||
// Global constants
|
||||
CURRENT_TAB: 1,
|
||||
|
||||
Reference in New Issue
Block a user