mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 11:47:47 +02:00
* Declare CSS
This commit is contained in:
parent
034bdafe50
commit
de892c168d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user