Skip to content

Commit

Permalink
fix(chips): .d.ts file generated with syntax error
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 86b6e7e commit d154836
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/mdc-chips/chip/foundation.ts
Original file line number Diff line number Diff line change
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 d154836

Please sign in to comment.