From d1548369f2311e164b0920ed651ba211d05543fa Mon Sep 17 00:00:00 2001 From: crisbeto Date: Fri, 7 Feb 2020 19:27:41 +0100 Subject: [PATCH] fix(chips): .d.ts file generated with syntax error 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. --- packages/mdc-chips/chip/foundation.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {