* Fix origin property in TJSLocation

This commit is contained in:
michael 2019-11-19 23:01:38 +00:00
parent 9e2c77792d
commit 5dfaca424e

View File

@ -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;