summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/comment/comment-entity-form.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/comment/comment-entity-form.js')
-rw-r--r--core/modules/comment/comment-entity-form.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/modules/comment/comment-entity-form.js b/core/modules/comment/comment-entity-form.js
index b41ab849ddc8..9e909791fd6d 100644
--- a/core/modules/comment/comment-entity-form.js
+++ b/core/modules/comment/comment-entity-form.js
@@ -7,6 +7,10 @@
"use strict";
+ /**
+ *
+ * @type {Drupal~behavior}
+ */
Drupal.behaviors.commentFieldsetSummaries = {
attach: function (context) {
var $context = $(context);