summaryrefslogtreecommitdiffstats
path: root/core/src/OC/xhr-error.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/OC/xhr-error.js')
-rw-r--r--core/src/OC/xhr-error.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/OC/xhr-error.js b/core/src/OC/xhr-error.js
index 660651dd0d9..3bf31e649e8 100644
--- a/core/src/OC/xhr-error.js
+++ b/core/src/OC/xhr-error.js
@@ -41,6 +41,7 @@ export const ajaxConnectionLostHandler = _.throttle(() => {
/**
* Process ajax error, redirects to main page
* if an error/auth error status was returned.
+ *
* @param {XMLHttpRequest} xhr xhr request
*/
export const processAjaxError = xhr => {