diff options
Diffstat (limited to 'MLEB/Translate/resources/js/jquery.ajaxdispatcher.js')
-rw-r--r-- | MLEB/Translate/resources/js/jquery.ajaxdispatcher.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/resources/js/jquery.ajaxdispatcher.js b/MLEB/Translate/resources/js/jquery.ajaxdispatcher.js index 68d48e74..d9fe3b7a 100644 --- a/MLEB/Translate/resources/js/jquery.ajaxdispatcher.js +++ b/MLEB/Translate/resources/js/jquery.ajaxdispatcher.js @@ -6,7 +6,7 @@ * * @author Niklas Laxström * - * @param {callable[]} list List of callbacks returning promises. + * @param {Function[]} list List of callbacks returning promises. * @param {number} maxRetries Maximum number of times a failed promise is retried. * @return {jQuery.Promise} */ |