mattias 7 mesi fa
parent
commit
e53d3bc4a6
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      packages/rtl/src/js.pas

+ 0 - 1
packages/rtl/src/js.pas

@@ -597,7 +597,6 @@ type
     function toLocaleString: String; overload;
     function toLocaleString: String; overload;
     function toLocaleString(locales : string) : String; overload;
     function toLocaleString(locales : string) : String; overload;
     function toLocaleString(locales : string; const Options : TLocaleCompareOptions) : String; overload;
     function toLocaleString(locales : string; const Options : TLocaleCompareOptions) : String; overload;
-    function toString : String;
     function unshift : NativeInt; varargs;
     function unshift : NativeInt; varargs;
     property buffer : TJSArrayBuffer read FBuffer;
     property buffer : TJSArrayBuffer read FBuffer;
     property byteLength : NativeInt Read FByteLength;
     property byteLength : NativeInt Read FByteLength;