Преглед на файлове

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


Някои файлове не бяха показани, защото твърде много файлове са промени