1
0
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:
Kris Maglione
2011-01-02 17:08:13 -05:00
parent fbd7556a76
commit c26d3f3218
3 changed files with 7 additions and 8 deletions

View File

@@ -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 {