mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-28 20:30:12 +02:00
Parameter cast isn't necessary.
This commit is contained in:
parent
ca212e1bcd
commit
7f49845a7b
@ -2184,7 +2184,7 @@ constructor TVirtualInterface.Create(PIID: PTypeInfo);
|
|||||||
Result :=
|
Result :=
|
||||||
function: JSValue
|
function: JSValue
|
||||||
begin
|
begin
|
||||||
Result := TVirtualInterface(JSThis['$o']).Invoke(MethodName, TJSValueDynArray(JSValue(JSArguments)));
|
Result := TVirtualInterface(JSThis['$o']).Invoke(MethodName, JSArguments);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user