mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 18:17:45 +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 :=
|
||||
function: JSValue
|
||||
begin
|
||||
Result := TVirtualInterface(JSThis['$o']).Invoke(MethodName, TJSValueDynArray(JSValue(JSArguments)));
|
||||
Result := TVirtualInterface(JSThis['$o']).Invoke(MethodName, JSArguments);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user