mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-21 03:09:07 +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)
|
TJSLocation = class external name 'Location' (TJSObject)
|
||||||
Private
|
Private
|
||||||
FOrigin : string;
|
FOrigin : string; external name 'origin';
|
||||||
Public
|
Public
|
||||||
hash : string;
|
hash : string;
|
||||||
host : string;
|
host : string;
|
||||||
|
Loading…
Reference in New Issue
Block a user