mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 19:27:45 +02:00
* Merging revisions 998 from trunk:
------------------------------------------------------------------------ r998 | michael | 2020-12-11 14:34:26 +0100 (Fri, 11 Dec 2020) | 1 line * Fix compilation, TStringDynArray moved ------------------------------------------------------------------------
This commit is contained in:
parent
81dad750c0
commit
f963c95094
@ -22,7 +22,7 @@ unit libjitsimeet;
|
||||
interface
|
||||
|
||||
uses
|
||||
JS, web;
|
||||
JS, web, types;
|
||||
|
||||
Const
|
||||
// Event names
|
||||
|
@ -23,7 +23,7 @@ unit libopentok;
|
||||
interface
|
||||
|
||||
uses
|
||||
JS, web;
|
||||
JS, web, types;
|
||||
|
||||
Type
|
||||
TJSMediaStreamTrack = class external name 'MediaStreamTrack' (TJSObject);
|
||||
|
Loading…
Reference in New Issue
Block a user