Browse Source

pas2js: docs: class constructor

git-svn-id: trunk@37784 -
Mattias Gaertner 7 years ago
parent
commit
25d44b3637
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/pas2js/docs/translation.html

+ 1 - 0
utils/pas2js/docs/translation.html

@@ -1459,6 +1459,7 @@ function(){
       strict private, strict protected, class vars, class methods, external methods,
       virtual, override, abstract, call inherited, assigned(), type cast,
       overloads, reintroduce, sealed class</li>
+    <li>Not supported: class constructor/destructor</li>
     <li>Property:
       <ul>
       <li>References are replaced by getter/setter.</li>