mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 09:57:57 +02:00
* Fix bug ID 0037681, TD headers is readonly (patch by Henrique Werlang)
This commit is contained in:
parent
e6ab1e7963
commit
33ba240af3
@ -2850,7 +2850,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
property ch: String read Fch write Fch;
|
||||
property chOff: String read FchOff write FchOff;
|
||||
property colSpan: Integer read FcolSpan write FcolSpan;
|
||||
property headers: String read Fheaders write Fheaders;
|
||||
property headers: String read Fheaders;
|
||||
property height: String read Fheight write Fheight;
|
||||
property noWrap: Boolean read FnoWrap write FnoWrap;
|
||||
property rowSpan: Integer read FrowSpan write FrowSpan;
|
||||
|
Loading…
Reference in New Issue
Block a user