Skip to content

Commit 02e57cd

Browse files
authored
Merge branch 'master' into issue.2861
2 parents 9b4d7f5 + 185f839 commit 02e57cd

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)