summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/comment/comment-entity-form.js
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2015-06-05 13:17:55 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2015-06-05 13:17:55 -0700
commitc3cb303173edc41c7d3549735e57eeb4d4e56a59 (patch)
tree3b26c61f7c5949cadf3bf39b825688200a20a4f8 /core/modules/comment/comment-entity-form.js
parent4fb37aa1ff320831d5cf6d0f08dd510da56efdbd (diff)
downloaddrupal-c3cb303173edc41c7d3549735e57eeb4d4e56a59.tar.gz
drupal-c3cb303173edc41c7d3549735e57eeb4d4e56a59.zip
Issue #2493691 by nod_, eiriksm, dawehner: Add JSDoc for core modules JS
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);