fcl-js: fixed TJSWriter.WriteExportStatement spacing

This commit is contained in:
mattias 2021-10-20 15:00:38 +02:00
parent a4a469ae37
commit afa1a549ac

View File

@ -1750,9 +1750,9 @@ begin
N:=El.ExportNames[i];
if I>0 then
Write(', ');
Write(N.Name+' ');
Write(N.Name);
if N.Alias<>'' then
Write('as '+N.Alias+' ');
Write(' as '+N.Alias);
end;
Write(' }');
if El.ModuleName<>'' then