mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Switch to eslint and fix issues
This commit is contained in:
@@ -35,7 +35,7 @@ Reflect.defineProperty(
|
||||
, enumerable: true
|
||||
, get: desc?.get
|
||||
|
||||
, set: exportFunction(function setFunc (this: HTMLScriptElement, value) {
|
||||
, set: exportFunction(function setFunc(this: HTMLScriptElement, value) {
|
||||
if (CAST_SCRIPT_URLS.includes(value)) {
|
||||
return desc?.set?.call(this, CAST_LOADER_SCRIPT_URL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user