diff options
| author | anekos | 2010-12-09 15:35:42 +0900 |
|---|---|---|
| committer | anekos | 2010-12-09 15:35:42 +0900 |
| commit | e6b444e49406576358a9a6c4666f5a69bf147032 (patch) | |
| tree | 53ab961d792feb00b9906d22b678ea22693cb2fc | |
| parent | 655c65007f100043275af1285a1916091d16dd15 (diff) | |
| download | vimperator-plugins-e6b444e49406576358a9a6c4666f5a69bf147032.tar.bz2 | |
Fix a typo.
| -rw-r--r-- | panorama.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/panorama.js b/panorama.js index 47f120a..4b686db 100644 --- a/panorama.js +++ b/panorama.js @@ -529,7 +529,7 @@ commands.addUserCommand(["rmg[roup]"], "close all tabs in the group", let vtabs = gb.visibleTabs; if (apps.length == 0) { // 最後尾にabout:blankなタブをフォアグランドに開く - gb.loadOenTab("about:blank", { inBackground: false, relatedToCurrent: false }); + gb.loadOneTab("about:blank", { inBackground: false, relatedToCurrent: false }); } else { // AppTabがあればそれをとりあえず選択しておく gb.mTabContainer.selectedIndex = apps.length -1; |
