mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
use lambda notation for setter and getter definitions where appropriate
This commit is contained in:
@@ -36,7 +36,7 @@ liberator.config = { //{{{
|
||||
defaults: { guioptions: "" },
|
||||
guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] },
|
||||
|
||||
get visualbellWindow() { return getBrowser().mPanelContainer; },
|
||||
get visualbellWindow() getBrowser().mPanelContainer,
|
||||
|
||||
autocommands: [["BookmarkAdd", "Triggered after a page is bookmarked"],
|
||||
["LocationChange", "Triggered when changing tabs or when naviagtion to a new location"],
|
||||
|
||||
Reference in New Issue
Block a user