From 59ca30d462f3b3a5703f203d2d4c3641c456e560 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 4 Jul 2014 11:45:36 +0200 Subject: Fix reload call for all subclasses All subclasses must also properly return the ajax call object. --- apps/files/js/filelist.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/files') diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 400e3e28f00..9c6d31ee017 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -919,7 +919,9 @@ .addClass(direction === 'desc' ? this.SORT_INDICATOR_DESC_CLASS : this.SORT_INDICATOR_ASC_CLASS); }, /** - * @brief Reloads the file list using ajax call + * Reloads the file list using ajax call + * + * @return ajax call object */ reload: function() { this._selectedFiles = {}; -- cgit v1.2.3