Sfoglia il codice sorgente

* Specify dotted units

Michaël Van Canneyt 1 anno fa
parent
commit
9f580c7104
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);