mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-16 12:39:23 +02:00
rtl: fixed typo
This commit is contained in:
parent
7f2f5f240a
commit
c41a54be66
@ -2634,7 +2634,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
|
||||
{ TJSMouseEvent }
|
||||
|
||||
TJSMouseEvent = class external name 'MouseEvent' (TJSUIevent)
|
||||
TJSMouseEvent = class external name 'MouseEvent' (TJSUIEvent)
|
||||
private
|
||||
FAltKey: Boolean; external name 'altKey';
|
||||
FBUtton: NativeInt; external name 'button';
|
||||
|
Loading…
Reference in New Issue
Block a user