Skip to content

Commit f60ab8e

Browse files
committed
jsdialog: use component type in builder options
Signed-off-by: Szymon Kłos <[email protected]> Change-Id: Ic9ceb91adb92e6066d43f3af2eddaee7c631a49e
1 parent 3baeefa commit f60ab8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/src/control/jsdialog/Definitions.Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface JSBuilderOptions {
3333
cssClass: string; // class added to every widget root
3434
windowId: number; // window id to be sent with dialogevent
3535
map: any; // reference to map
36-
mobileWizard: any; // reference to the parent container FIXME: rename
36+
mobileWizard: JSDialogComponent; // reference to the parent component FIXME: rename
3737
useSetTabs: boolean; // custom tabs placement handled by the parent container
3838
useScrollAnimation: boolean; // do we use animation for scrollIntoView
3939

0 commit comments

Comments
 (0)