Browse Source

rtl: less hints

mattias 6 years ago
parent
commit
ccfc40d11f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/rtl/system.pas

+ 2 - 2
packages/rtl/system.pas

@@ -371,8 +371,8 @@ type
 
 
   TJSArray = class external name 'Array'
   TJSArray = class external name 'Array'
   public
   public
-    length: nativeint;
-    constructor new; overload;
+    //length: nativeint;
+    //constructor new; overload;
     function push(aElement : JSValue) : NativeInt; varargs;
     function push(aElement : JSValue) : NativeInt; varargs;
   end;
   end;