* Correct global definition

This commit is contained in:
Michaël Van Canneyt 2022-03-09 11:20:42 +01:00
parent 0f3dba65f1
commit e2ff032213

View File

@ -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