We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cec19 commit 4b70134Copy full SHA for 4b70134
src/lib/tabs/tab-header.ts
@@ -37,9 +37,6 @@ export class MdTabHeader {
37
/** The tab index that is focused. */
38
private _focusIndex: number = 0;
39
40
- /** Index to focus after the view has been checked. */
41
- private _indexToFocus: number;
42
-
43
/** The distance in pixels that the tab labels should be translated to the left. */
44
private _scrollDistance = 0;
45
0 commit comments