Browse Source

* Fix origin property in TJSLocation

michael 6 năm trước cách đây
mục cha
commit
5dfaca424e
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

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