Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Nov 11, 2016
1 parent 3f431d5 commit 7abdb03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/tooltip/tooltip.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ describe('MdTooltip', () => {
tooltipInstance._afterVisibilityAnimation(new AnimationTransitionEvent({
fromState: 'visible',
toState: 'hidden',
totalTime: 150
totalTime: 150,
phaseName: '',
}));
}));
});
Expand Down

0 comments on commit 7abdb03

Please sign in to comment.