Skip to content

Commit

Permalink
Merge pull request #23 from BKWLD/fix-preload-prop-test
Browse files Browse the repository at this point in the history
Set preload to undefined default
  • Loading branch information
weotch authored Nov 15, 2023
2 parents bcaeeb1 + 5ad491d commit ff37cde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/visual.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ export default

# Set base booleans to an undefined default so we can test whether they
# were explicitly made false or are actually undefined
preload:
type: Boolean
default: undefined
lazyload:
type: Boolean
default: undefined
Expand Down

0 comments on commit ff37cde

Please sign in to comment.