mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 23:27:50 +02:00
* Use Typed Dataset property of TJSHTMLElement
This commit is contained in:
parent
326b571d8d
commit
f844cde403
@ -2314,7 +2314,7 @@ Var
|
||||
begin
|
||||
el:=Element;
|
||||
if Assigned(El) then
|
||||
Result:=String(El.Dataset[aName])
|
||||
Result:=El.Dataset[aName]
|
||||
else
|
||||
Result:='';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user