mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-23 18:09:19 +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
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
JS, web;
|
JS, web, types;
|
||||||
|
|
||||||
Const
|
Const
|
||||||
// Event names
|
// Event names
|
||||||
|
@ -23,7 +23,7 @@ unit libopentok;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
JS, web;
|
JS, web, types;
|
||||||
|
|
||||||
Type
|
Type
|
||||||
TJSMediaStreamTrack = class external name 'MediaStreamTrack' (TJSObject);
|
TJSMediaStreamTrack = class external name 'MediaStreamTrack' (TJSObject);
|
||||||
|
Loading…
Reference in New Issue
Block a user