fcl-js: skip writeln test

git-svn-id: trunk@46512 -
This commit is contained in:
Mattias Gaertner 2020-08-20 16:41:03 +00:00
parent 1002a7c590
commit 01d5519fe8

View File

@ -441,6 +441,7 @@ end;
{$endif}
{ TJSWriter }
{AllowWriteln}
procedure TJSWriter.SetOptions(AValue: TWriteOptions);
begin
@ -1939,6 +1940,7 @@ begin
// Write('/* '+El.ClassName+' */');
FSkipCurlyBrackets:=False;
end;
{AllowWriteln-}
{$ifdef HasFileWriter}
{ TFileWriter }