Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/jquery/filterattr.js')
-rw-r--r--core/src/jquery/filterattr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/filterattr.js b/core/src/jquery/filterattr.js
index 2bd4af417ac..fb8d45c4dd3 100644
--- a/core/src/jquery/filterattr.js
+++ b/core/src/jquery/filterattr.js
@@ -28,7 +28,7 @@ import $ from 'jquery'
*
* @param {string} attrName attribute name
* @param {string} attrValue attribute value
- * @returns {Void}
+ * @return {Void}
*/
$.fn.filterAttr = function(attrName, attrValue) {
return this.filter(function() {