mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-16 06:49:22 +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
|
||||
Console: TNJSConsole external name 'console';
|
||||
global : TJSObject;
|
||||
global : TJSObject external name 'global';
|
||||
NJS_OS: TNJSOS;
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user