select tabs update

This commit is contained in:
Adam Bradley
2015-06-08 11:16:49 -05:00
parent 87c81a7e19
commit 219352c05b
4 changed files with 32 additions and 28 deletions

View File

@ -31,6 +31,6 @@ export class TabButton {
onClick(ev) {
ev.stopPropagation();
ev.preventDefault();
this.tabs.selectTab(this.tab);
this.tabs.select(this.tab);
}
}