Browse Source

* Undo &type

Michaël Van Canneyt 3 năm trước cách đây
mục cha
commit
b1ebb09f79
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/rtl/web.pas

+ 1 - 1
packages/rtl/web.pas

@@ -2480,7 +2480,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
     function arrayBuffer : TJSPromise;
     property size : NativeInt read FSize;
     property _type : string read FType; deprecated;
-    property &type : string read FType;
+    property type_ : string read FType;
   end;
 
   { TJSHTMLFile }