diff --git a/examples/webpack/index.js b/examples/webpack/index.js index 32e8a7f5..0aa00a27 100644 --- a/examples/webpack/index.js +++ b/examples/webpack/index.js @@ -5,11 +5,11 @@ new Webamp({ { metaData: { artist: "DJ Mike Llama", - title: "Llama Whippin' Intro", + title: "Llama Whippin' Intro" }, url: "https://cdn.jsdelivr.net/gh/captbaritone/webamp@43434d82cfe0e37286dbbe0666072dc3190a83bc/mp3/llama-2.91.mp3", - duration: 5.322286, - }, - ], + duration: 5.322286 + } + ] }).renderWhenReady(document.getElementById("app"));