Skip to content

Commit 88a0a64

Browse files
authoredJan 14, 2025··
Order properties alpha. (#5307)
1 parent 932b7fb commit 88a0a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/popover/test/popover.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ class Popover extends PopoverMixin(LitElement) {
150150
maxWidth: this.maxWidth,
151151
minHeight: this.minHeight,
152152
minWidth: this.minWidth,
153+
mobileTrayLocation: this.mobileTrayLocation,
153154
noAutoClose: this.noAutoClose,
154155
noAutoFocus: this.noAutoFocus,
155156
noPointer: this.noPointer,
156-
mobileTrayLocation: this.mobileTrayLocation,
157157
position: { location: this.positionLocation, span: this.positionSpan },
158158
trapFocus: this.trapFocus
159159
});

0 commit comments

Comments
 (0)
Please sign in to comment.