mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 03:49:05 +02:00
* Fix pas2js issue 39212
This commit is contained in:
parent
4e51973dba
commit
abac7a02bd
@ -158,7 +158,7 @@ Type
|
||||
end;
|
||||
|
||||
{ TJSElement }
|
||||
|
||||
|
||||
TJSElement = Class(TJSObject)
|
||||
private
|
||||
FData: TObject;
|
||||
@ -167,8 +167,10 @@ Type
|
||||
FColumn: Integer;
|
||||
FSource: String;
|
||||
Public
|
||||
Type
|
||||
TFreeNotifyEvent = Procedure(aEl : TJSElement) of object;
|
||||
class var
|
||||
GlobalFreeHook : Procedure(aEl : TJSElement) of object;
|
||||
GlobalFreeHook : TFreeNotifyEvent;
|
||||
Public
|
||||
Constructor Create(ALine,AColumn : Integer; Const ASource : String = ''); virtual;
|
||||
Destructor Destroy; override;
|
||||
|
Loading…
Reference in New Issue
Block a user