diff options
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/favoritesplugin.js | 4 | ||||
-rw-r--r-- | apps/files/js/recentplugin.js | 4 | ||||
-rw-r--r-- | apps/files/js/tagsplugin.js | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/js/favoritesplugin.js b/apps/files/js/favoritesplugin.js index 3ceadca826d..5964d71a469 100644 --- a/apps/files/js/favoritesplugin.js +++ b/apps/files/js/favoritesplugin.js @@ -10,9 +10,9 @@ (function(OCA) { /** - * @namespace OCA.Files.FavoritesPlugin - * * Registers the favorites file list from the files app sidebar. + * + * @namespace OCA.Files.FavoritesPlugin */ OCA.Files.FavoritesPlugin = { name: 'Favorites', diff --git a/apps/files/js/recentplugin.js b/apps/files/js/recentplugin.js index c1b013ef1b8..a6eddc752db 100644 --- a/apps/files/js/recentplugin.js +++ b/apps/files/js/recentplugin.js @@ -10,9 +10,9 @@ (function (OCA) { /** - * @namespace OCA.Files.RecentPlugin - * * Registers the recent file list from the files app sidebar. + * + * @namespace OCA.Files.RecentPlugin */ OCA.Files.RecentPlugin = { name: 'Recent', diff --git a/apps/files/js/tagsplugin.js b/apps/files/js/tagsplugin.js index b8e17115b4b..008fe752b6b 100644 --- a/apps/files/js/tagsplugin.js +++ b/apps/files/js/tagsplugin.js @@ -132,11 +132,11 @@ OCA.Files = OCA.Files || {}; /** - * @namespace OCA.Files.TagsPlugin - * * Extends the file actions and file list to include a favorite mark icon * and a favorite action in the file actions menu; it also adds "data-tags" * and "data-favorite" attributes to file elements. + * + * @namespace OCA.Files.TagsPlugin */ OCA.Files.TagsPlugin = { name: 'Tags', |