mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 06:27:51 +02:00
* Forgot a class
This commit is contained in:
parent
6a47ea6920
commit
b6eebedfea
@ -1550,7 +1550,7 @@ Type
|
||||
|
||||
{ TJSTouchList }
|
||||
|
||||
TJSTouchList = class external name 'TouchList'
|
||||
TJSTouchList = class external name 'TouchList' (TJSObject)
|
||||
private
|
||||
FLength: NativeInt; external name 'length';
|
||||
Public
|
||||
|
Loading…
Reference in New Issue
Block a user