chore(lint): enable duplicateModuleImport tslint check

This commit is contained in:
Alex Eagle
2016-05-26 15:07:51 -07:00
parent 5f999225ba
commit 2019050db2
20 changed files with 46 additions and 57 deletions

View File

@ -1,6 +1,5 @@
import {isPresent} from '../facade/lang';
import {isPresent, scheduleMicroTask} from '../facade/lang';
import {NoOpAnimationPlayer, AnimationPlayer} from './animation_player';
import {scheduleMicroTask} from '../facade/lang';
export class AnimationSequencePlayer implements AnimationPlayer {
private _currentIndex: number = 0;