mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 15:57:58 +01:00
Expurgate moribund cpt=t.
This commit is contained in:
@@ -865,11 +865,6 @@ var Tabs = Module("tabs", {
|
||||
{ argCount: "0" });
|
||||
}
|
||||
},
|
||||
completion: function () {
|
||||
completion.addUrlCompleter("t",
|
||||
"Open tabs",
|
||||
completion.buffer);
|
||||
},
|
||||
events: function () {
|
||||
let tabContainer = config.tabbrowser.mTabContainer;
|
||||
["TabMove", "TabOpen", "TabClose"].forEach(function (event) {
|
||||
|
||||
Reference in New Issue
Block a user