Merge pull request #1122 from lv7777/master
fix #1120 , delete duplicate function
This commit is contained in:
commit
10eeae312b
@ -7355,9 +7355,6 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
|||||||
registerTabFocusAllowance : function TSTBrowser_registerTabFocusAllowance(...aArgs) {
|
registerTabFocusAllowance : function TSTBrowser_registerTabFocusAllowance(...aArgs) {
|
||||||
return this._callWindowServiceMethod('registerTabFocusAllowance', aArgs);
|
return this._callWindowServiceMethod('registerTabFocusAllowance', aArgs);
|
||||||
},
|
},
|
||||||
isPopupShown : function TSTBrowser_isPopupShown(...aArgs) {
|
|
||||||
return this._callWindowServiceMethod('isPopupShown', aArgs);
|
|
||||||
},
|
|
||||||
toggleAutoHide : function TSTBrowser_toggleAutoHide(...aArgs) {
|
toggleAutoHide : function TSTBrowser_toggleAutoHide(...aArgs) {
|
||||||
return this._callWindowServiceMethod('toggleAutoHide', aArgs);
|
return this._callWindowServiceMethod('toggleAutoHide', aArgs);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user