Skip to content

Commit

Permalink
fix #1120 , delete duplicate function
Browse files Browse the repository at this point in the history
  • Loading branch information
lv7777 committed May 15, 2016
1 parent 3137222 commit 0126d27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/browser.js
Expand Up @@ -7355,9 +7355,6 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
registerTabFocusAllowance : function TSTBrowser_registerTabFocusAllowance(...aArgs) {
return this._callWindowServiceMethod('registerTabFocusAllowance', aArgs);
},
isPopupShown : function TSTBrowser_isPopupShown(...aArgs) {
return this._callWindowServiceMethod('isPopupShown', aArgs);
},
toggleAutoHide : function TSTBrowser_toggleAutoHide(...aArgs) {
return this._callWindowServiceMethod('toggleAutoHide', aArgs);
},
Expand Down

0 comments on commit 0126d27

Please sign in to comment.