mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 08:47:49 +02:00
* Patch from Silvio Clecio to implement cookie on TJSDocument (bug ID 0035357).
This commit is contained in:
parent
b028be4ec2
commit
e3db23ef42
@ -884,6 +884,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
procedure writeln(aLine : String);
|
||||
Public
|
||||
body : TJSElement;
|
||||
cookie: TJSString;
|
||||
designMode : string;
|
||||
dir : string;
|
||||
domain : string;
|
||||
|
Loading…
Reference in New Issue
Block a user