Dummy selectPrevSelTab implementation

This commit is contained in:
Daniel Campoverde 2017-11-05 18:04:46 -05:00
parent 0b37c2250e
commit 50cc126e08
4 changed files with 20 additions and 2 deletions

View file

@ -27,6 +27,8 @@ const exec = (operation, tab) => {
return tabs.selectFirstTab();
case operations.TAB_LAST:
return tabs.selectLastTab();
case operations.TAB_PREV_SEL:
return tabs.selectPrevSelTab();
case operations.TAB_RELOAD:
return tabs.reload(tab, operation.cache);
case operations.TAB_PIN: