mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 22:29:32 +02:00
* Fix pas2js issue 39212
This commit is contained in:
parent
4e51973dba
commit
abac7a02bd
@ -167,8 +167,10 @@ Type
|
|||||||
FColumn: Integer;
|
FColumn: Integer;
|
||||||
FSource: String;
|
FSource: String;
|
||||||
Public
|
Public
|
||||||
|
Type
|
||||||
|
TFreeNotifyEvent = Procedure(aEl : TJSElement) of object;
|
||||||
class var
|
class var
|
||||||
GlobalFreeHook : Procedure(aEl : TJSElement) of object;
|
GlobalFreeHook : TFreeNotifyEvent;
|
||||||
Public
|
Public
|
||||||
Constructor Create(ALine,AColumn : Integer; Const ASource : String = ''); virtual;
|
Constructor Create(ALine,AColumn : Integer; Const ASource : String = ''); virtual;
|
||||||
Destructor Destroy; override;
|
Destructor Destroy; override;
|
||||||
|
Loading…
Reference in New Issue
Block a user