diff options
Diffstat (limited to 'apps/files/js/breadcrumb.js')
-rw-r--r-- | apps/files/js/breadcrumb.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/breadcrumb.js b/apps/files/js/breadcrumb.js index f0a4da2d6d9..383d3debd09 100644 --- a/apps/files/js/breadcrumb.js +++ b/apps/files/js/breadcrumb.js @@ -104,7 +104,7 @@ * Returns the full URL to the given directory * * @param {Object.<String, String>} part crumb data as map - * @param {int} index crumb index + * @param {number} index crumb index * @return full URL */ getCrumbUrl: function(part, index) { |