Ver código fonte

* Specify dotted units

Michaël Van Canneyt 1 ano atrás
pai
commit
9f580c7104
1 arquivos alterados com 1 adições e 0 exclusões
  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);