mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 03:49:05 +02:00
fcl-js: clean up
This commit is contained in:
parent
a70d33ff00
commit
e298e6eccd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user