diff options
author | catch <catch@35733.no-reply.drupal.org> | 2012-01-03 13:36:15 +0900 |
---|---|---|
committer | catch <catch@35733.no-reply.drupal.org> | 2012-01-03 13:36:15 +0900 |
commit | 37f2b2f26598967f2aa49904e0f83b409954b2b5 (patch) | |
tree | 5216c14ed74097e0819ac640157ca95ea1129eb1 /core/modules/comment/comment-node-form.js | |
parent | 9f9744bff8e9e2950c4c0bf7d8210313623bb4b1 (diff) | |
download | drupal-37f2b2f26598967f2aa49904e0f83b409954b2b5.tar.gz drupal-37f2b2f26598967f2aa49904e0f83b409954b2b5.zip |
Issue #1332598 by sven.lauer: Clean up API docs for comment module.
Diffstat (limited to 'core/modules/comment/comment-node-form.js')
-rw-r--r-- | core/modules/comment/comment-node-form.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/modules/comment/comment-node-form.js b/core/modules/comment/comment-node-form.js index 76db2404ea1..e46f05e2689 100644 --- a/core/modules/comment/comment-node-form.js +++ b/core/modules/comment/comment-node-form.js @@ -1,3 +1,7 @@ +/** + * @file + * Attaches comment behaviors to the node form. + */ (function ($) { |