Fix too deep indent
This commit is contained in:
parent
6352d57858
commit
54b2c981b1
@ -793,9 +793,9 @@ TreeStyleTabWindow.prototype = inherit(TreeStyleTabBase, {
|
||||
// when you just release accel key...
|
||||
|
||||
/* PUBLIC API */
|
||||
this.fireCustomEvent(this.kEVENT_TYPE_TAB_FOCUS_SWITCHING_END, b, true, false, data);
|
||||
// for backward compatibility
|
||||
this.fireCustomEvent(this.kEVENT_TYPE_TAB_FOCUS_SWITCHING_END.replace(/^nsDOM/, ''), b, true, false, data);
|
||||
this.fireCustomEvent(this.kEVENT_TYPE_TAB_FOCUS_SWITCHING_END, b, true, false, data);
|
||||
// for backward compatibility
|
||||
this.fireCustomEvent(this.kEVENT_TYPE_TAB_FOCUS_SWITCHING_END.replace(/^nsDOM/, ''), b, true, false, data);
|
||||
|
||||
if (this._tabShouldBeExpandedAfterKeyReleased) {
|
||||
let tab = this._tabShouldBeExpandedAfterKeyReleased;
|
||||
|
Loading…
x
Reference in New Issue
Block a user