소스 검색

Merge pull request #37121 from nextcloud/bugfix/noid/fix-deprecation-url

fix(docs): Fix URL to docs of deprecated function humanFileSize
Joas Schilling 1 년 전
부모
커밋
80e12cf726
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/src/OC/util.js
  2. 0 0
      dist/core-login.js.map
  3. 0 0
      dist/core-main.js.map

+ 2 - 2
core/src/OC/util.js

@@ -64,7 +64,7 @@ export default {
 	History,
 
 	/**
-	 * @deprecated use https://nextcloud.github.io/nextcloud-files/modules/_humanfilesize_.html#formatfilesize
+	 * @deprecated use https://nextcloud.github.io/nextcloud-files/functions/formatFileSize.html
 	 */
 	humanFileSize,
 
@@ -73,7 +73,7 @@ export default {
 	 * Makes 2kB to 2048.
 	 * Inspired by computerFileSize in helper.php
 	 *
-	 * @param  {string} string file size in human readable format
+	 * @param  {string} string file size in human-readable format
 	 * @return {number} or null if string could not be parsed
 	 *
 	 *

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/core-login.js.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/core-main.js.map


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.