ソースを参照

* Specify dotted units

Michaël Van Canneyt 1 年間 前
コミット
9f580c7104
1 ファイル変更1 行追加0 行削除
  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);