2
0
Эх сурвалжийг харах

* Fix bug ID 0037681, TD headers is readonly (patch by Henrique Werlang)

michael 5 жил өмнө
parent
commit
33ba240af3
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      packages/rtl/web.pas

+ 1 - 1
packages/rtl/web.pas

@@ -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;