fcl-js: clean up

This commit is contained in:
mattias 2022-02-01 13:07:46 +01:00
parent a70d33ff00
commit e298e6eccd

View File

@ -770,12 +770,14 @@ procedure TTypescriptToPas.DumpElements;
N : TJSElementNode;
begin
{AllowWriteln}
Writeln(aSection,': ',aList.Count,' elements');
For I:=0 to aList.Count-1 do
begin
N:=Alist[i];
Writeln(aSection,' element ',I,' : ',N.Node.ClassName);
end;
{AllowWriteln-}
end;
Var