瀏覽代碼

* Fix origin property in TJSLocation

michael 5 年之前
父節點
當前提交
5dfaca424e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/rtl/web.pas

+ 1 - 1
packages/rtl/web.pas

@@ -328,7 +328,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
 
 
   TJSLocation = class external name 'Location'  (TJSObject)
   TJSLocation = class external name 'Location'  (TJSObject)
   Private
   Private
-    FOrigin : string;
+    FOrigin : string; external name 'origin';
   Public
   Public
     hash : string;
     hash : string;
     host : string;
     host : string;