Michaël Van Canneyt %!s(int64=4) %!d(string=hai) anos
pai
achega
b1ebb09f79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }