Răsfoiți Sursa

* Specify dotted units

Michaël Van Canneyt 1 an în urmă
părinte
comite
9f580c7104
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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);