Browse Source

* Fix bug id #37514 : type helper not recognized

git-svn-id: trunk@46319 -
michael 5 years ago
parent
commit
a78d5ba112
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/pas2js/stubcreator.pp

+ 1 - 1
utils/pas2js/stubcreator.pp

@@ -340,7 +340,7 @@ begin
   FLineNumberWidth:=4;
   FIndentSize:=2;
   FExtraUnits:='';
-  FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm,woSkipPrivateExternals];
+  FOptions:=[woNoImplementation,woNoExternalClass,woNoExternalVar,woNoExternalFunc,woNoAsm,woSkipPrivateExternals,woAlwaysRecordHelper];
 end;
 
 destructor TStubCreator.Destroy;