mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:59:59 +02:00
Fix duplicate field declaration after merge
This commit is contained in:
parent
2ee7350abc
commit
54ce8ff5a7
1 changed files with 1 additions and 13 deletions
|
@ -57,25 +57,13 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
|
|||
_tabBrowserPanel = null;
|
||||
__modifierElement = null;
|
||||
__hasSetMenuListener = false;
|
||||
_data = [];
|
||||
currentView = -1;
|
||||
_tabBrowserPanel = null;
|
||||
__modifierElement = null;
|
||||
__hasSetMenuListener = false;
|
||||
canChangeTabOnHover = null;
|
||||
splitterBox = null;
|
||||
_splitNodeToSplitters = new Map();
|
||||
_tabToSplitNode = new Map();
|
||||
|
||||
init() {
|
||||
XPCOMUtils.defineLazyPreferenceGetter(this, 'canChangeTabOnHover', 'zen.splitView.change-on-hover', false);
|
||||
|
||||
XPCOMUtils.defineLazyPreferenceGetter(
|
||||
this,
|
||||
'minResizeWidth',
|
||||
'zen.splitView.min-resize-width',
|
||||
7
|
||||
);
|
||||
XPCOMUtils.defineLazyPreferenceGetter(this, 'minResizeWidth', 'zen.splitView.min-resize-width', 7);
|
||||
|
||||
ChromeUtils.defineLazyGetter(
|
||||
this,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue