Explorar o código

* Patch from Mattias Gaertner, better descriptive comment

git-svn-id: trunk@35490 -
michael %!s(int64=8) %!d(string=hai) anos
pai
achega
92af9c1670
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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