diff --git a/examples/minimal/index.html b/examples/minimal/index.html index 3739a725..f832ff2a 100755 --- a/examples/minimal/index.html +++ b/examples/minimal/index.html @@ -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'));