diff options
Diffstat (limited to 'apps/files/js/app.js')
-rw-r--r-- | apps/files/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/app.js b/apps/files/js/app.js index d6b7a79b362..f7863de09be 100644 --- a/apps/files/js/app.js +++ b/apps/files/js/app.js @@ -187,7 +187,7 @@ * they have initialized themselves. Therefore the files list needs to call this * method manually * - * @param {OCA.Files.FileList} newFileList + * @param {OCA.Files.FileList} newFileList - */ updateCurrentFileList: function(newFileList) { this.currentFileList = newFileList; |