瀏覽代碼

* Undo &type

Michaël Van Canneyt 3 年之前
父節點
當前提交
b1ebb09f79
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
     function arrayBuffer : TJSPromise;
     property size : NativeInt read FSize;
     property size : NativeInt read FSize;
     property _type : string read FType; deprecated;
     property _type : string read FType; deprecated;
-    property &type : string read FType;
+    property type_ : string read FType;
   end;
   end;
 
 
   { TJSHTMLFile }
   { TJSHTMLFile }