diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-01-29 16:57:34 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-01-29 16:57:34 -0500 |
commit | 313d2b223c64b2cef6bc28faafad1b7ac50fea00 (patch) | |
tree | 5d00e82a373139591d6277144d53dfdf29db92ea /common/content/tabs.js | |
parent | 9408d105eed9560b9f8e9f59a6512ba798f745eb (diff) | |
download | pentadactyl-313d2b223c64b2cef6bc28faafad1b7ac50fea00.tar.gz |
Fix some command-opening key bindings.
Diffstat (limited to 'common/content/tabs.js')
-rw-r--r-- | common/content/tabs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/tabs.js b/common/content/tabs.js index b76509ed..6766e388 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -910,7 +910,7 @@ var Tabs = Module("tabs", { if (count != null) tabs.switchTo(String(count)); else - CommandExMode.open("buffer! "); + CommandExMode().open("buffer! "); }, { count: true }); |