mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
cloneInto targetScope should be a Window object
This commit is contained in:
2
ext/src/global.d.ts
vendored
2
ext/src/global.d.ts
vendored
@@ -19,7 +19,7 @@ interface CloneIntoOptions {
|
||||
|
||||
declare function cloneInto<T> (
|
||||
obj: T
|
||||
, targetScope: any
|
||||
, targetScope: Window
|
||||
, options?: CloneIntoOptions): T;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user