mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 06:05:46 +01:00
Remove accidentally committed debugging code. "Fix" a bug. Probably: Fixes issue #226.
This commit is contained in:
@@ -79,7 +79,7 @@ var Config = Module("config", ConfigBase, {
|
||||
|
||||
get visualbellWindow() this.browser.mPanelContainer,
|
||||
|
||||
removeTab: function (tab) {
|
||||
removeTab: function removeTab(tab) {
|
||||
if (this.tabbrowser.mTabs.length > 1)
|
||||
this.tabbrowser.removeTab(tab);
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user