瀏覽代碼

rtl: less hints

mattias 7 月之前
父節點
當前提交
e53d3bc4a6
共有 1 個文件被更改,包括 0 次插入1 次删除
  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(locales : string) : String; overload;
     function toLocaleString(locales : string; const Options : TLocaleCompareOptions) : String; overload;
-    function toString : String;
     function unshift : NativeInt; varargs;
     property buffer : TJSArrayBuffer read FBuffer;
     property byteLength : NativeInt Read FByteLength;