mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 08:47:49 +02:00
* Fix origin property in TJSLocation
This commit is contained in:
parent
9e2c77792d
commit
5dfaca424e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user