mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 04:47:48 +02:00
* Register CSS global
This commit is contained in:
parent
7d78964c52
commit
034bdafe50
@ -175,6 +175,7 @@ begin
|
||||
RegisterGlobalObject(document,'document');
|
||||
RegisterGlobalObject(window,'window');
|
||||
RegisterGlobalObject(console,'console');
|
||||
RegisterGlobalObject(CSS,'CSS');
|
||||
{$IFDEF WORKER}
|
||||
RegisterGlobalObject(caches,'caches');
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user