Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
small lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony Jones committed Feb 11, 2020
1 parent b3679ca commit 1b1549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Demo.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="demo">
<Carousel on:change="{changed}">
<Carousel on:change={changed}>
<span class="control" slot="left-control">
<ChevronLeftIcon />
</span>
Expand Down

0 comments on commit 1b1549a

Please sign in to comment.