Skip to content

Commit

Permalink
fix: UI options flow type (#221)
Browse files Browse the repository at this point in the history
Causing the kaltura player build to fails.
  • Loading branch information
Dan Ziv committed Apr 16, 2018
1 parent 0d29055 commit 961a081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-typed/types/ui-options.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow
declare type UIOptionsObject = {
targetId: string,
debugActions: boolean,
debugActions?: boolean,
forceTouchUI?: boolean,
logLevel?: string,
components?: ComponentsConfig
Expand Down

0 comments on commit 961a081

Please sign in to comment.