2
0
Эх сурвалжийг харах

* Fix origin property in TJSLocation

michael 5 жил өмнө
parent
commit
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)
   Private
-    FOrigin : string;
+    FOrigin : string; external name 'origin';
   Public
     hash : string;
     host : string;