Skip to content

Commit

Permalink
fix(chips): .d.ts file generated with syntax error (#5577)
Browse files Browse the repository at this point in the history
Due to the way a comment was formatted in the chip foundation the .d.ts bundler ended up generating a file with a syntax error.
  • Loading branch information
crisbeto committed Feb 7, 2020
1 parent 136d78b commit 98f7faa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/mdc-chips/chip/foundation.ts
Expand Up @@ -71,9 +71,7 @@ export class MDCChipFoundation extends MDCFoundation<MDCChipAdapter> {
};
}

/**
* Whether a trailing icon click should immediately trigger exit/removal of the chip.
*/
/** Whether a trailing icon click should immediately trigger exit/removal of the chip. */
private shouldRemoveOnTrailingIconClick_ = true;

constructor(adapter?: Partial<MDCChipAdapter>) {
Expand Down

0 comments on commit 98f7faa

Please sign in to comment.