소스 검색

* 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)
   Private
-    FOrigin : string;
+    FOrigin : string; external name 'origin';
   Public
     hash : string;
     host : string;