Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
fix(chips): add return value type to handleTrailingIconInteraction (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rapropos authored and trimox committed Aug 8, 2018
1 parent 9143d94 commit c2b16ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chips/chip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export class MdcChip implements AfterContentInit, OnDestroy {
beginExit(): void,
handleInteraction(evt: Event): void,
handleTransitionEnd(evt: Event): void,
handleTrailingIconInteraction(evt: Event)
handleTrailingIconInteraction(evt: Event): void,
} = new MDCChipFoundation(this._mdcAdapter);

constructor(
Expand Down

0 comments on commit c2b16ed

Please sign in to comment.