Fix unused parameters

This commit is contained in:
hensm
2019-08-16 21:09:35 +01:00
parent e2eca07876
commit 14d3b2c833
21 changed files with 95 additions and 103 deletions

View File

@@ -52,7 +52,7 @@ if (document.currentScript) {
isFramework = true;
const script = loadScript(CAST_FRAMEWORK_SCRIPT_URL);
script.addEventListener("load", ev => {
script.addEventListener("load", () => {
callPageReadyFunction();
});