1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 10:35:47 +01:00

More cleanup. Fix some Teledactyl bugginess.

This commit is contained in:
Kris Maglione
2011-09-29 21:25:17 -04:00
parent acd13342a4
commit 0cf1151e0a
21 changed files with 813 additions and 716 deletions

View File

@@ -182,8 +182,6 @@ const Config = Module("config", ConfigBase, {
song: "song"
}, this.__proto__.completers)),
hasTabbrowser: true,
removeTab: function (tab) {
if (config.tabbrowser.mTabs.length > 1)
config.tabbrowser.removeTab(tab);