summaryrefslogtreecommitdiff
path: root/modules/contextual/contextual.js
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-11-24 13:31:28 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2011-11-24 13:31:28 -0800
commite1616f4d135f1bccc0de98bcb11bbb88a6e6932d (patch)
tree293941b9fb185cd81caed4b8d224730e183313fe /modules/contextual/contextual.js
parentccb1f601306cd92cf33a490b2b47bfa1eb9f1550 (diff)
downloadbrdo-e1616f4d135f1bccc0de98bcb11bbb88a6e6932d.tar.gz
brdo-e1616f4d135f1bccc0de98bcb11bbb88a6e6932d.tar.bz2
Issue #1332648 by sven.lauer, jhodgdon, xjm: Clean up API docs for contextual module.
Diffstat (limited to 'modules/contextual/contextual.js')
-rw-r--r--modules/contextual/contextual.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/contextual/contextual.js b/modules/contextual/contextual.js
index ee5b7a054..ebe509137 100644
--- a/modules/contextual/contextual.js
+++ b/modules/contextual/contextual.js
@@ -1,9 +1,14 @@
+/**
+ * @file
+ * Attaches behaviors for the Contextual module.
+ */
+
(function ($) {
Drupal.contextualLinks = Drupal.contextualLinks || {};
/**
- * Attach outline behavior for regions associated with contextual links.
+ * Attaches outline behavior for regions associated with contextual links.
*/
Drupal.behaviors.contextualLinks = {
attach: function (context) {