mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 10:00:31 +02:00
fcl-js: fixed typo
git-svn-id: trunk@38453 -
This commit is contained in:
parent
e8e59a44b8
commit
5c6eb1b9a3
@ -885,7 +885,7 @@ Type
|
||||
Public
|
||||
Constructor Create(ALine,AColumn : Integer; const ASource : String = ''); override;
|
||||
Destructor Destroy; override;
|
||||
Property Cond : TJSelement Read FCond Write FCond;
|
||||
Property Cond : TJSElement Read FCond Write FCond;
|
||||
Property Cases : TJSCaseElements Read FCases;
|
||||
Property TheDefault : TJSCaseElement Read FDefault Write FDefault; // one of Cases
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user