mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-19 05:39:03 +02:00
Correct uses clause. Fixes issue #39269
This commit is contained in:
parent
6928918e17
commit
527e999410
@ -6,7 +6,7 @@ Unit webaudio;
|
||||
|
||||
interface
|
||||
|
||||
uses SysUtils, JS,web,types;
|
||||
uses SysUtils, JS, weborworker, web, types;
|
||||
|
||||
{
|
||||
Automatically generated file by TWebIDLToPas on 2018-06-23 10:52:00
|
||||
|
Loading…
Reference in New Issue
Block a user