Skip to content

Commit cbc1e74

Browse files
author
katherinedragieva
committed
fix(finjs): cleanup
1 parent 1aee983 commit cbc1e74

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

projects/app-lob/src/app/grid-finjs/main.component.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ export class FinJSDemoComponent implements OnDestroy, AfterViewInit {
1717
@ViewChild('chart1', { static: true }) public chart: IgxCategoryChartComponent;
1818
@ViewChild(IgxOverlayOutletDirective, { static: true }) public outlet: IgxOverlayOutletDirective;
1919

20+
public overlaySettings: OverlaySettings = {
21+
modal: false,
22+
closeOnOutsideClick: true
23+
};
24+
2025
@HostBinding('class.dark-theme')
2126
public darkTheme = false;
2227

@@ -48,11 +53,6 @@ export class FinJSDemoComponent implements OnDestroy, AfterViewInit {
4853
this.overlaySettings.outlet = this.outlet;
4954
}
5055

51-
public overlaySettings: OverlaySettings = {
52-
modal: false,
53-
closeOnOutsideClick: true
54-
};
55-
5656
public onVolumeChanged(volume: number): void {
5757
this.volume = volume;
5858
this.finGrid.dataService.hasRemoteConnection ? this.finGrid.dataService

0 commit comments

Comments
 (0)