diff --git a/ext/src/cast/index.ts b/ext/src/cast/index.ts index e599fc8..5429069 100644 --- a/ext/src/cast/index.ts +++ b/ext/src/cast/index.ts @@ -31,10 +31,6 @@ if (document.currentScript) { // Load Framework API if requested if (currentScriptParams.get("loadCastFramework") === "1") { - if (!_window.cast) { - _window.cast = {}; - } - // Queue up the framework script load to speed up init frameworkScriptPromise = loadScript(CAST_FRAMEWORK_SCRIPT_URL); frameworkScriptPromise.catch(() => {