mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 00:47:47 +02:00
Fix TJSProgressEvent.Total to refer to lowecase total
in JS
This commit is contained in:
parent
5212f2b851
commit
e9a258cc8e
@ -1065,7 +1065,7 @@ Type
|
||||
Private
|
||||
FlengthComputable : Boolean external name 'lengthComputable';
|
||||
Floaded : NativeUINT external name 'loaded';
|
||||
FTotal : NativeUINT external name 'Total';
|
||||
FTotal : NativeUINT external name 'total';
|
||||
Public
|
||||
property lengthComputable : Boolean Read FlengthComputable;
|
||||
property loaded : NativeUINT Read FLoaded;
|
||||
|
Loading…
Reference in New Issue
Block a user