Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Dec 7, 2016
1 parent 44d8264 commit 875a8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/tabs/tab-header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import {
NgZone,
QueryList,
ElementRef,
Renderer, ViewEncapsulation, ContentChildren, Output, EventEmitter, Optional, OnInit
ViewEncapsulation, ContentChildren, Output, EventEmitter, Optional
} from '@angular/core';
import {RIGHT_ARROW, LEFT_ARROW, ENTER, Dir, LayoutDirection} from '../core';
import {MdTabLabelWrapper} from './tab-label-wrapper';
import {MdInkBar} from './ink-bar';
import 'rxjs/add/operator/map';
import {applyCssTransform} from "../core/style/apply-transform";
import {applyCssTransform} from '../core/style/apply-transform';

/**
* The directions that scrolling can go in when the header's tabs exceed the header width. 'After'
Expand Down

0 comments on commit 875a8e4

Please sign in to comment.