diff options
author | Louis Chemineau <louis@chmn.me> | 2022-01-10 14:06:28 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-01-11 17:12:55 +0100 |
commit | d92cbf51493f0aa15745d2f9545cba2372eecec3 (patch) | |
tree | 349a555a74c99b40c20fcc470c26b7f7c0029f8d /dist/settings-users-settings-users.js | |
parent | 7484abb6c07f2296abc2040ecd747ddf1d65e98e (diff) | |
download | nextcloud-server-d92cbf51493f0aa15745d2f9545cba2372eecec3.tar.gz nextcloud-server-d92cbf51493f0aa15745d2f9545cba2372eecec3.zip |
Typing corrections
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'dist/settings-users-settings-users.js')
-rw-r--r-- | dist/settings-users-settings-users.js | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dist/settings-users-settings-users.js b/dist/settings-users-settings-users.js index e199c39b415..df49c466bec 100644 --- a/dist/settings-users-settings-users.js +++ b/dist/settings-users-settings-users.js @@ -18,7 +18,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" = * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Roeland Jago Douma <roeland@famdouma.nl> * - * @license GNU AGPL version 3 or any later version + * @license GPL-3.0-or-later * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as @@ -207,7 +207,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" = * Generate avatar url * * @param {string} user The user name - * @param {int} size Size integer, default 32 + * @param {number} size Size integer, default 32 * @return {string} */ generateAvatar: function generateAvatar(user) { @@ -5035,4 +5035,8 @@ render._withStripped = true /***/ }) }]); -//# sourceMappingURL=settings-users-settings-users.js.map?v=3a4fbcc884b49145f7f1
\ No newline at end of file +<<<<<<< HEAD +//# sourceMappingURL=settings-users-settings-users.js.map?v=3a4fbcc884b49145f7f1 +======= +//# sourceMappingURL=settings-users-settings-users.js.map?v=c111d46c81ea40916677 +>>>>>>> 5f2027f1e1 (Typing corrections) |