From 8faea644b27f5e6b9d447fa47b08689fcddfc22a Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 27 Nov 2020 13:15:47 -0800 Subject: [PATCH] Add missing semi --- examples/minimal/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));