Skip to content

Commit 2d07731

Browse files
fix(popover): set _classList to public issue #21
1 parent 2072634 commit 2d07731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/popover/popover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class MdePopover implements MdePopoverPanel, OnDestroy {
5454
private _focusTrapEnabled: boolean = true;
5555

5656
/** Config object to be passed into the popover's ngClass */
57-
private _classList: any = {};
57+
_classList: {[key: string]: boolean} = {};
5858

5959
// TODO: Write comment description
6060
/** */

0 commit comments

Comments
 (0)