Browse Source

pastojs: clean up

git-svn-id: trunk@40210 -
Mattias Gaertner 6 years ago
parent
commit
1ca522a27e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/pastojs/src/fppas2js.pp

+ 0 - 2
packages/pastojs/src/fppas2js.pp

@@ -356,7 +356,6 @@ Works:
 
 
 ToDos:
 ToDos:
 - do not rename property Date
 - do not rename property Date
-- Result:=inherited;
 - bug: DoIt(typeinfo(i))  where DoIt is in another unit and has TTypeInfo
 - bug: DoIt(typeinfo(i))  where DoIt is in another unit and has TTypeInfo
 - bug:
 - bug:
   v:=a[0]  gives Local variable "a" is assigned but never used
   v:=a[0]  gives Local variable "a" is assigned but never used
@@ -365,7 +364,6 @@ ToDos:
 - constructor does not need reintroduce
 - constructor does not need reintroduce
 - double utf8bom at start must give error  pscanner 4259
 - double utf8bom at start must give error  pscanner 4259
 - setlength(dynarray)  modeswitch to not create a copy
 - setlength(dynarray)  modeswitch to not create a copy
-- check rtl.js version
 - 'new', 'Function' -> class var use .prototype
 - 'new', 'Function' -> class var use .prototype
 - static arrays
 - static arrays
   - clone multi dim static array
   - clone multi dim static array