Skip to content

Commit 540cbe2

Browse files
committed
Fixed missing semicolon.
1 parent dae27ff commit 540cbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Import/Esri/ArcGISRuntime/Toolkit/Controls/PopupStackView.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ Item {
482482
anchors.fill: parent
483483

484484
Component.onCompleted: {
485-
push(popup1)
485+
push(popup1);
486486
}
487487
}
488488

0 commit comments

Comments
 (0)