Skip to content

Commit a4eeac0

Browse files
committed
button.ts: .state type constructor param changed from number[] to any[].
1 parent cd086f7 commit a4eeac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ namespace user_interface_base {
285285
dynamicBoundaryColorsOn?: boolean
286286
boundaryColor?: number,
287287
flipIcon?: boolean,
288-
state?: number[]
288+
state?: any[]
289289
}) {
290290
super(
291291
(opts.x != null) ? opts.x : 0,

0 commit comments

Comments
 (0)