Skip to content

Commit

Permalink
REMOVE trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
haolong7 committed Feb 12, 2016
1 parent d8b365e commit 49db77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/tabset.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class Tabset implements OnInit {
ngOnDestroy() {
this.isDestroyed = true;
}

public addTab(tab:Tab) {
this.tabs.push(tab);
tab.active = this.tabs.length === 1 && tab.active !== false;
Expand Down

0 comments on commit 49db77e

Please sign in to comment.