mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-17 16:19:08 +02:00
* Correct global definition
This commit is contained in:
parent
0f3dba65f1
commit
e2ff032213
@ -282,7 +282,7 @@ function setTimeout(aCallback : TNJSTimerCallBack; aMsecDelay : Integer) : TNJSt
|
|||||||
|
|
||||||
var
|
var
|
||||||
Console: TNJSConsole external name 'console';
|
Console: TNJSConsole external name 'console';
|
||||||
global : TJSObject;
|
global : TJSObject external name 'global';
|
||||||
NJS_OS: TNJSOS;
|
NJS_OS: TNJSOS;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
Loading…
Reference in New Issue
Block a user