Skip to content

Commit 90af058

Browse files
committed
Merge branch 'issue.2861' of https://github.com/Akshat55/carbon-components-angular into issue.2861
2 parents c262dcf + 02e57cd commit 90af058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooltip/tooltip.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class Tooltip extends PopoverContainer implements AfterContentChecked {
7272
/**
7373
* Optional data for templates passed as implicit context
7474
*/
75-
@Input() templateContext: any
75+
@Input() templateContext: any;
7676

7777
@ViewChild("contentWrapper") wrapper: ElementRef<HTMLSpanElement>;
7878

0 commit comments

Comments
 (0)