* Declare CSS

This commit is contained in:
Michael Van Canneyt 2024-04-29 17:08:27 +02:00
parent 034bdafe50
commit de892c168d

View File

@ -166,6 +166,9 @@ begin
Result:=FFunc(aName,aArgs);
end;
var
CSS : TJSObject; external name 'CSS';
constructor TJSObjectBridge.Create(aEnv: TPas2JSWASIEnvironment);
begin
Inherited Create(aEnv);