1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 05:34:14 +01:00

Fix <C-^>.

Fixes issue #1274.
This commit is contained in:
Doug Kearns
2015-02-25 23:30:02 +11:00
parent 1859226203
commit 232a369bc6

View File

@@ -101,7 +101,7 @@ var Tabs = Module("tabs", {
statusline.updateTabCount(true);
},
_onTabSelect: function* _onTabSelect() {
_onTabSelect: function _onTabSelect() {
// TODO: is all of that necessary?
// I vote no. --Kris
modes.reset();