diff --git a/packages/mdc-chips/chip/foundation.ts b/packages/mdc-chips/chip/foundation.ts index 62f017c4c69..51f67bc4536 100644 --- a/packages/mdc-chips/chip/foundation.ts +++ b/packages/mdc-chips/chip/foundation.ts @@ -71,9 +71,7 @@ export class MDCChipFoundation extends MDCFoundation { }; } - /** - * 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) {