mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-13 10:39:06 +02:00
rtl: less hints
This commit is contained in:
parent
c6f6130cdc
commit
80136bb8ac
@ -181,8 +181,9 @@ Function HasTemplate : Boolean;
|
||||
|
||||
begin
|
||||
asm
|
||||
return ('content' in document.createElement('template'))
|
||||
return ('content' in document.createElement('template'))
|
||||
end;
|
||||
Result:=false;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user