Browse Source

* Specify dotted units

Michaël Van Canneyt 1 year ago
parent
commit
9f580c7104
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/pas2js/webidl2pas.pp

+ 1 - 0
utils/pas2js/webidl2pas.pp

@@ -269,6 +269,7 @@ begin
   FWebIDLToPas.ClassSuffix:='';
   FWebIDLToPas.KeywordSuffix:='_';
   FWebIDLToPas.KeywordPrefix:='';
+  FWebIDLToPas.DottedUnitsSupport:=dusFull;
 end;
 
 constructor TWebIDLToPasApplication.Create(TheOwner: TComponent);