mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 04:39: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;
|
_tabBrowserPanel = null;
|
||||||
__modifierElement = null;
|
__modifierElement = null;
|
||||||
__hasSetMenuListener = false;
|
__hasSetMenuListener = false;
|
||||||
_data = [];
|
|
||||||
currentView = -1;
|
|
||||||
_tabBrowserPanel = null;
|
|
||||||
__modifierElement = null;
|
|
||||||
__hasSetMenuListener = false;
|
|
||||||
canChangeTabOnHover = null;
|
|
||||||
splitterBox = null;
|
splitterBox = null;
|
||||||
_splitNodeToSplitters = new Map();
|
_splitNodeToSplitters = new Map();
|
||||||
_tabToSplitNode = new Map();
|
_tabToSplitNode = new Map();
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
XPCOMUtils.defineLazyPreferenceGetter(this, 'canChangeTabOnHover', 'zen.splitView.change-on-hover', false);
|
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(
|
ChromeUtils.defineLazyGetter(
|
||||||
this,
|
this,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue