mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:24:19 +02:00
fcl-js: clean up
This commit is contained in:
parent
a70d33ff00
commit
e298e6eccd
@ -770,12 +770,14 @@ procedure TTypescriptToPas.DumpElements;
|
|||||||
N : TJSElementNode;
|
N : TJSElementNode;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
{AllowWriteln}
|
||||||
Writeln(aSection,': ',aList.Count,' elements');
|
Writeln(aSection,': ',aList.Count,' elements');
|
||||||
For I:=0 to aList.Count-1 do
|
For I:=0 to aList.Count-1 do
|
||||||
begin
|
begin
|
||||||
N:=Alist[i];
|
N:=Alist[i];
|
||||||
Writeln(aSection,' element ',I,' : ',N.Node.ClassName);
|
Writeln(aSection,' element ',I,' : ',N.Node.ClassName);
|
||||||
end;
|
end;
|
||||||
|
{AllowWriteln-}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
|
Loading…
Reference in New Issue
Block a user