소스 검색

* Patch from Mattias Gaertner, better descriptive comment

git-svn-id: trunk@35490 -
michael 8 년 전
부모
커밋
92af9c1670
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-js/src/jstree.pp

+ 1 - 1
packages/fcl-js/src/jstree.pp

@@ -121,7 +121,7 @@ Type
 
   TJSString = jsbase.TJSString; // beware of jstoken.tjsString
 
-  { TJSFuncDef - e.g. 'function Name(Params)Body' }
+  { TJSFuncDef - part of TJSFunctionDeclarationStatement, e.g. 'function Name(Params)Body' }
 
   TJSFuncDef = Class(TJSObject)
   private