Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-10 16:16:47 +0300
committerLouis Chemineau <louis@chmn.me>2022-01-11 19:13:04 +0300
commit9fc6cc96346a0a5ef4a997741d9b3b0f9a9aabbe (patch)
tree849ea6916ae25665bd1436a2d87db961ca67344d /apps/systemtags
parentd92cbf51493f0aa15745d2f9545cba2372eecec3 (diff)
Add generic type and description when its missing
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/systemtags')
-rw-r--r--apps/systemtags/src/systemtagsfilelist.js2
-rw-r--r--apps/systemtags/src/systemtagsinfoview.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/systemtags/src/systemtagsfilelist.js b/apps/systemtags/src/systemtagsfilelist.js
index 4821f140222..024cab966c3 100644
--- a/apps/systemtags/src/systemtagsfilelist.js
+++ b/apps/systemtags/src/systemtagsfilelist.js
@@ -48,7 +48,7 @@
/**
* Array of system tag ids to filter by
*
- * @type Array.<string>
+ * @type {Array.<string>}
*/
_systemTagIds: [],
_lastUsedTags: [],
diff --git a/apps/systemtags/src/systemtagsinfoview.js b/apps/systemtags/src/systemtagsinfoview.js
index 353f8d555f9..d210304e920 100644
--- a/apps/systemtags/src/systemtagsinfoview.js
+++ b/apps/systemtags/src/systemtagsinfoview.js
@@ -27,7 +27,7 @@
(function(OCA) {
/**
- * @param model
+ * @param {any} model -
*/
function modelToSelection(model) {
const data = model.toJSON()