Skip to content

Commit

Permalink
Add missing semi
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Nov 27, 2020
1 parent fb7f702 commit 8faea64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minimal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
url: "https://cdn.jsdelivr.net/gh/captbaritone/webamp@43434d82cfe0e37286dbbe0666072dc3190a83bc/mp3/llama-2.91.mp3",
duration: 5.322286
}],
})
});

// Returns a promise indicating when it's done loading.
webamp.renderWhenReady(document.getElementById('app'));
Expand Down

0 comments on commit 8faea64

Please sign in to comment.